Asp.net - Visual Studio Project Randomly Named DLLs?

Oct 26, 2011

Years back I inherited a project that is written in VB.net - the problem with this site (it's a website in Visual Studio, not a web application) is that if you change any code you have to compile and upload the entire site each time.

Why? Because it seems to generate a bunch (maybe 10-15) of randomly named DLLs in the BIN directory on every compilation. Each page in the site then references these randomly named DLLs so I have to upload them all and the new DLLs if the site is to continue working.

What 'setting' is this site built using, or more importantly how can I change it to a more convenient system of generating one or two consistently named DLLs?

View 2 Replies


ADVERTISEMENT

How To Manage Different Releases Of Supporting DLLs In Visual Studio 2010

Nov 18, 2011

I have a VB.NET/C# Visual Studio 2010 Solution with a bunch of projects that depend on about 30 third-party DLLs all from 1 vendor. This third-party vendor recently released a new version of their software so I would like to parallel test their new software and my enhancements until I am comfortable to switch over. What is the best way to setup a solution in Visual Studio 2010 so that I can use the code I have developed on top of these third-party DLLs and have the opportunity to easily switch between:

(1) the new version of the third-party DLLs [for my testing] and

(2) the old version of the third-party DLLs in case I need to debug some problem a user is having.Third party assemblies ARE NOT in GAC (they're currently in a folder on a network drive). They are NOT strongly signed (ran sn -vf ). They are changing from version 5.4.618.0 to 5.4.619.60.

View 3 Replies

C# - Web Matrix Differ From Visual Studio - Is It More Efficient Than Visual Studio To Develop ASP.NET Web Project

Oct 12, 2011

WebMatrix is a web development and deployment tool by Microsoft so how is this compared to Visual Studio? which Use C# Razor Syntax is that more better coding.

[Code]...

View 2 Replies

Visual Studio 2010 - Designer - Type 'MyProject.MyResources.Resources' Has No Property Named 'myicon

Jun 17, 2012

Long story short I made a form in VB.Net project which involves lots of icons and images. My problem is when I build my project, and then go back to that form, suddenly errors showed up.

The errors says : "The type 'MyProject.MyResources.Resources' has no property named 'myicon'". Just to be clear, it worked fine before I did the build, and it happened to every single images I have on Resource.

When I chose "Ignore and Continue" all of the images I used are gone. I tried to googled it, some says to delete my .exe file on Application/Bin/Debug folder, which is working. But this issue has been some kind of an annoying one, since it happens again every single time I build.

View 1 Replies

Add Project Setup Project For Project For Visual Studio 2008?

Nov 15, 2010

i was developing Voice Chat Application in visual Basic .NET 2008 i try a lot methods to make installer for it :

1- i add Project Setup Project for my Project for Visual Studio 2008 Deploy & setup Type Projects and make it with output option and detect dependices

2- i try make it with Setup Factory 8.2.1

3- i try with MSI Factory 2.0

4 i try with Setup Factory 6.0

and after making installer copying it to my test virtual Machine or my friend lap and install it i get this error when try to run my application :

[Code]...

View 3 Replies

Can't See Visual Basic Project Option In Visual Studio 2008

Jan 13, 2012

I am very new to Visual Studio Application Development. I'm mostly a DB guy. I used Visual Studio as a Report Designer, not much of an .Net guy though I can understand it. I am now asked to create a .net application and I'm trying to create a "Hello World" starter app. I opened my Visual Studio, click File-New Project and all I see is Business Intelligence Projects and Other Project Types. My step-by-step guide says choose Visual Basic, Windows Forms Application. But I can't see it as an option.

View 2 Replies

No Visual Basic Project Types In Visual Studio 2005?

Dec 9, 2009

I am using: (copied from the/about vb studio window:

Microsoft Visual Studio 2005
Version 8.0.50727.762 (SP.050727-7600)
Microsoft .NET Framework

[code].....

View 6 Replies

Use OpenGL In Visual Studio 2010 In Visual Basic Project?

Jan 15, 2012

I want to use "OpenGL" in my project. Is it possible to associate it with "Visual Basic" application developed in Visual Studio 2010? If yes then how can we do it.

View 1 Replies

VS 2008 Visual Studio 2008 Randomly Crashing When Simply WRITING Code?

Oct 25, 2009

i'm running Visual Basic 2008 Express Edition (latest service pack ... 9.0.30729.1 SP) on XP Pro SP3 with .Net Framework version 3.5 SP1 I have a rather large project I've imported from Visual Studio 2003 (Standard).The project compiles and runs just fine ... my compiled program itself never crashes.

But while I actually have the code up in the IDE, and simply adding/deleting code the whole IDE will randomly crash (usually without warning) and I loose my changes since last save.If/when I do get some hint of why it crashed, I get a window about illegal whitespace or something.... but that's rare ... usually it just crashes without warning and the whole IDE completely shuts down instantly. just deleting/adding a character is enough to trigger it maybe once every 30 minutes.

This is on a computer that is otherwise very rock solid .... no other program ever crashes, etc.

View 1 Replies

Create First Project In Visual Studio?

Jan 25, 2011

how to create my first project in visual studio

View 2 Replies

Use Mercurial With A Visual Studio / VB Project?

Oct 6, 2011

I want to start using Mercurial on a VB.Net project, but I'm not sure which files should I add. Do I include the Project.sln file, bin/ and obj/ folders?

View 4 Replies

How To Close One Form In A Project And Note The Entire Project When Using Me.close() In Visual Studio 2008

Mar 22, 2010

I am really new to Visual Studio and VB and I am having trouble closing a single form:

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

Me.Close()
End Sub

When I use Me.close() associated with this button it closes the entire project and not just the single form can anyone.

View 2 Replies

Converting VB6 Project With Visual Studio 2008?

May 20, 2010

I have a vb 6 project developed with VB6.0 on XP. I've installed Visual Studio (Professional Edition)2008 on a Windows 7 box. When I tried to convert the vb 6 project (.vbp file) using VB 2008's wizard, I got error messages that the "upgrade failed" because it could not "load the referenced components: msadodc.ocx (6.0.0) and msde.dll It is recommended you install VB6.0 with all referenced components......"I have the VB6.0 CD's and tried to install it on the Win7.0 box and got the message that VB6.0 was incompatible ?

View 2 Replies

How To Roll Back Project In Visual Studio

Feb 13, 2010

How to Roll Back project in Visual Studio

View 1 Replies

Project And Am Getting Stumped On The Error In Visual Studio?

Nov 21, 2009

I am writing a project and am getting stumped on the following error in Visual Studio. It reads "Warning 1 Unused local variable" and "Warning 2 Access of shared member, constant member, enum member or nested type through an instance; qualifying expression will not be evaluated"Here is snap of my code and the problem is highlighted. Any thoughts?Private Sub xmlImport(ByVal source As Object, ByVal e As FileSystemEventArgs)Dim eConnect As New eConnectMethods

[Code]....

View 1 Replies

Project Conversion To Visual Studio 2010?

Aug 24, 2011

Programming Applications Office Outlook 2007.This publication comes with sample VB code which I have dowloaded and am attempting to run.The code was written using VS2005 and I am using VS2010.The Upgrade conversion works ok and the project loads - however I get the following errors when I try to build:Does Microsoft have a fix? I only get thousands of people asking the same question when I search!!

ErrorAn error occurred while validating. HRESULT = '80004005'C:Documents and SettingsMartinMy DocumentsVisual Studio 2005ProjectsSampleCodeVBSampleCodeSetupVBSampleCodeSetupVB.vdprojSampleCodeSetupVB

[code].....

View 4 Replies

Publish Visual Studio Project To Webserver?

Dec 4, 2011

I am by no means a programmer, but I was recently tasked with moving our website to a new server, since the website manager quit. The Visual Studio solution was written in 2008. I can compile and run the solution, so I'm sure it's working just fine. But every time I try to publish the solution, either to FTP or to my local hard drive, the .asp webpages get deployed to a sub directory, where on the live site, they are in the root.

View 1 Replies

Publishing Project In Visual Studio 9. With Database?

Apr 22, 2011

I am using an Access Database with my project. When I publish, all the Forms seem to Publish. Also the database gets published. However, once I install it, there seems to be no connection with the Database.The Forms give me the Oledb error as Im using Access. However, the login form seems to connect with the database. In other words, my applications gets authenticated, but when I try to open other forms, there seem to be an error with DB connection

[Code]...

View 1 Replies

Run A Project Made In .net On Another Computer Without Visual Studio?

Feb 15, 2012

Ok I have Googled for the answer but couldn't find one. I want to run my project on another computer without visual studio. I have created a setup file but after installing also i need visual studio.Isn't there any another way round?

View 2 Replies

Visual Studio 2010 - Project Folder?

Jun 27, 2011

So if I am working on a project in VB.net (really any visual studio project), I am able to create folders. My project is getting rather unweildy (over 30 classes) and I think it would be beneficial to store for example data structure classes in a folder "ds" and user controls in a folder "uc". Is this OK? Will it affect the way I reference the classes? Are the folders simply for my own use and structure or do they actually have some kind of impact on my project as a whole?

PS in case you are confused, I am referring to the structure shown in the "Solution Explorer". Sorry if this is a dumb question or not clear, but I have never worked on a large project like this before.

View 4 Replies

Visual Studio 2010 Building The Project?

Jun 14, 2010

When ever i publish the project, i get a bunch of deployment files and a setup file. Even after running the set up there is no .exe file.Is this just VB .Net way of opening the file now? Do i even need to use the installer? My program uses very basic math with list's and datagrid views.

View 2 Replies

Visual Studio 2010 Project Compadibility?

Apr 23, 2010

When i create a program with Visual Studio 2010 which operating systems is it compatible with. I know it would be Windows only but witch versions? Is there anything special i need to do to make my programs compatible with older versions of Windows such as XP or Vista? I am running VS 2010 on Windows 7 Ultimate.

View 1 Replies

Visual Studio Very Slow When Opening The Same Project?

Apr 6, 2011

Sometimes even if the projects open are totally different they're slow too.

View 4 Replies

Possible To Rename The "Project" Folder In A Visual Studio 2010 Project?

Nov 22, 2010

I have a VB.NET project in Visual Studio 2010 for an Excel Add-In.I use the "My" namespace,and in general it seems that the "My Project" folder contains configuration information about the project.My problem is that I need to change the name of this folder, because my version manager system won't accept spaces in file or folder names.Edit: There is a hacky way to do it, by renaming the folder and changing all references in the .vbproj file.However, the may work for a command line generation, but it won't work the next time the project will be opened in Visual Studio. The IDE will create a new "My Project" folder, and complain that it can't find the settings in it.

View 3 Replies

2010 [XML] Reading Visual Studio Project File?

Sep 1, 2010

I want to read a VB or C# Visual Studio project file so I can find out which files the project uses (code source files, not images or whatever).I simply opened a vbproj and csproj file in notepad and found that they are in XML format. A simple example follows. The red parts is what I need:

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<blabla... />

[code]....

However, it seems it cannot even find the Project element, because the query errors saying "Sequence contains no elements" on the 'Single' call...

View 4 Replies

Add A New Data Source To Visual Studio 2010 Project?

Jan 7, 2011

im trying to add a new data source to my visual studio 2010 project. As it stands my project consists of a few windows forms. I plan on making it access a database (made in access, unless this is a problem), and be able to perform pre-set queries, search/sort, and basic delete,add,edit functions. I will hopefully be later adding the function to print reports according to the database entries.However, the problem i am having is that when i go on to data sources, and click add new source, the following happens:3, it asks me which connection i will be using, i click new connection, then in the new connection dialog i choose the following : Microsoft Access Database File (OLE DB), then i browse for the database i made in the 'database file name' box, Then i delete the default username in the log in to database bit, as my database has no protection.

View 3 Replies

Add A Shortcut To A Visual Studio 2003 Setup Project

Apr 30, 2009

I have a VB Windows Application in Visual Studio 2003 complete with it's own setup project. What I would like to do is during the installation of that project is to install a shortcut icon on the desktop that points to the location of the .exe file that was just installed on the user's machine. Unfortunately this option in the setup is not easy to find (at least to me) on Visual Studio 2003. What would I need to do in order to get that shortcut icon to pop-up automatically?

View 3 Replies

Basic Nature Of A Visual Studio Project's References

Aug 25, 2011

Just curious. I recently had an incident in which I was called to troubleshoot a VB Winforms app. I have 2 versions of a package (LeadTools) installed on my machine. These packages contain numerous dlls and it is not unusual for a dozen or more to be referenced in a single program.

[Code]...

View 8 Replies

Change VB Project Code To C# Using Visual Studio 2010?

May 25, 2011

how to Change VB project code to C# using Visual Studio 2010?

View 3 Replies

Command Line Compiling .NET Project Via Visual Studio?

Oct 27, 2009

I am trying to compile my Visual Basic .NET project named Myproject.sln via command line commands.

I need to build and then to compile that solution.I read all questions here how to do it but I couldn't make it work.

My Visual Basic .NET compiler is called vbc.exe. Any idea how I do that thing?

I am using Visual Studio 2005.I have already read Microsoft's tutorial, "Building from the Command Line (Visual Basic)".

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved