Top "Visual-studio-2010" questions

Visual Studio 2010 is an integrated development environment (IDE) from Microsoft.

Project Reference Problem, Visual Studio 2010

I have a solution that has one class library project, and the others are WPF applications. I have added class …

visual-studio visual-studio-2010 .net-4.0 reference project-reference
Linkage Error LNK1104 in Visual C++ 2010

Today I fired up Visual Studio 2010 (Visual C++) and started working on a project. The solution contains two projects. One …

visual-studio-2010 visual-c++-2010
Use custom console for Visual Studio Console Application Debugging

Is it possible to set Visual Studio to use a non-standard console when debugging a Console Application? I'm not sure …

visual-studio-2010 debugging console console-application
System.FormatException: Input string was not in a correct format

private void ReadUnitPrice() { Console.Write("Enter the unit gross price: "); unitPrice = double.Parse(Console.ReadLine()); } This should work, but I'm …

c# visual-studio-2010 formatexception
Mercurial .hgignore for Visual Studio 2010 projects

Not to be confused with Mercurial .hgignore for Visual Studio 2008 projects I was asking whether if that same file can …

visual-studio-2010 visual-studio mercurial hgignore
Compiling a simple Qt "Hello World!" application within Visual Studio 2010 Express?

I'm trying to build a basic Qt "Hello, world!" application inside Visual Studio. I got the moc step to work (…

visual-studio-2010 qt visual-studio-express
Make Web.config transformations work locally

I want to get web.config transformations working locally but apparently the transformations only occur when doing deployments. Does anybody …

asp.net visual-studio-2010 web-config msdeploy web-deployment
Can't delete project folders created by Visual Studio 2010

I created a Visual Studio 2010 project that I want to remove completely and that includes all project folders. I'm logged …

visual-studio-2010 directory access-denied
VS2010 web deploy the connection string argument cannot be null or empty

Having problems deploying a website to an windows 2008 r2 server running IIS7. I have previously deployed another site to this …

visual-studio-2010 visual-studio iis-7 connection-string webdeploy
"PDB does not match image" error in C# VS2010 project

I've been using a library in my code base for a while now, and I wanted to debug right into …

c# .net visual-studio-2010 visual-studio pdb-files