Top "Visual-studio-2005" questions

Visual Studio 2005 is a version of Microsoft's Visual Studio integrated development environment product line for .NET-based and C++ development.

Unable to copy file - access to the path is denied

I am using Visual Studio 2005. After taking code from version control first, the c#.net application runs correctly. But, after …

c# visual-studio-2005 access-denied
How to fix "Referenced assembly does not have a strong name" error?

I've added a weakly named assembly to my Visual Studio 2005 project (which is strongly named). I'm now getting the error: "…

c# visual-studio visual-studio-2005 assemblies strongname
The name 'controlname' does not exist in the current context

I have a web application that I'm working on (ASP.NET2.0 with C#, using VS2005). Everything was working fine, and …

c# asp.net visual-studio-2005 code-behind
What is the difference between Release and Debug modes in Visual Studio?

Possible Duplicate: Debug vs. release in .NET Debug/Release difference What is the difference between Release and Debug modes in …

visual-studio visual-studio-2005 conditional-compilation
How do I print to the debug output window in a Win32 app?

I've got a win32 project that I've loaded into Visual Studio 2005. I'd like to be able to print things to …

c++ visual-studio winapi visual-studio-2005 console
ERROR : [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified

While connecting .net to sybase server I got this error message: [Microsoft][ODBC Driver Manager] Data source name not found …

.net visual-studio-2005 odbc datasource
How to debug a referenced dll (having pdb)

I have two solutions in my workspace, say A and B. Solution A is an older project which I finished …

c# visual-studio visual-studio-2008 visual-studio-2005
Visual Studio setup problem - 'A problem has been encountered while loading the setup components. Canceling setup.'

I've had a serious issue with my Visual Studio 2008 setup. I receive the ever-so-useful error 'A problem has been encountered …

visual-studio visual-studio-2008 visual-studio-2005 installation maintenance
Cannot find Dumpbin.exe

I do not see dumpbin.exe on my system. I have Visual Studio 2005 on my system. When I type dumpbin …

c# c++ .net visual-studio visual-studio-2005
How do I programmatically get the GUID of an application in .net2.0

I need to access the assembly of my project in C# .NET2.0. I can see the GUID in the 'Assembly …

c# .net visual-studio-2005 .net-2.0 guid