Visual Studio 2010 is an integrated development environment (IDE) from Microsoft.
I am using Visual Studio 2010 in debug mode and I have "optimize code" unchecked. I can't quick watch (or hover …
c# visual-studio visual-studio-2010When using asp.net mvc 3 project with vs 2010 I have lots of warnings like the ones below: I wonder if …
xml visual-studio-2010 nugetI'm developing a website using Asp.Net 3.5 in Visual Studio 2008 and we use Crystal Reports 10 (that's come together vs2008). Last …
asp.net visual-studio-2010 crystal-reportsAlmost unconsciously I hit the keyboard build macro that builds my entire solution. This can happen just as I notice …
visual-studio-2010I am creating a project based off an old project because it has a lot of the functionality that I …
visual-studio-2010 visual-studio visual-studio-2008Just recently, my Visual Studio 2010 stopped displaying IntelliSense suggestions automatically while I am typing. I can still press ctrl+space …
c# visual-studio-2010 intellisenseI've been getting this error ever since I installed the .NET Framework SDK for 64-bit programming on my Visual C++ 2010 …
visual-studio-2010 visual-c++ librariesI have a WebApplication which contains reference to WCF services. While building using Visual Studio 2010, Build fails without any error …
c# asp.net .net visual-studio-2010Once code has been written, the only way I know of to view the overloads for a method is to …
c# visual-studio visual-studio-2010Alrighty, I'm taking data from a list that I populate a DataGridView with and am exporting it to a text …
c# .net visual-studio-2010 string string-formatting