Visual Studio 2010 is an integrated development environment (IDE) from Microsoft.
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-referenceToday 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++-2010Is 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-applicationprivate void ReadUnitPrice() { Console.Write("Enter the unit gross price: "); unitPrice = double.Parse(Console.ReadLine()); } This should work, but I'm …
c# visual-studio-2010 formatexceptionNot 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 hgignoreI'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-expressI 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-deploymentI 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-deniedHaving 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 webdeployI'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