Top "Visual-studio-2010" questions

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

"Cannot evaluate expression because the code of the current method is optimized" in Visual Studio 2010

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-2010
The 'packages' element is not declared

When 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 nuget
Crystal Reports 13 And Asp.Net 3.5

I'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-reports
How do I cancel a build that is in progress in Visual Studio?

Almost unconsciously I hit the keyboard build macro that builds my entire solution. This can happen just as I notice …

visual-studio-2010
Visual Studio C# IntelliSense not automatically displaying

Just recently, my Visual Studio 2010 stopped displaying IntelliSense suggestions automatically while I am typing. I can still press ctrl+space …

c# visual-studio-2010 intellisense
fatal error LNK1104: cannot open file 'kernel32.lib'

I'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++ libraries
How to find reason of failed Build without any error or warning

I 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-2010
Visual Studio: How to show Overloads in IntelliSense?

Once code has been written, the only way I know of to view the overloads for a method is to …

c# visual-studio visual-studio-2010
C# - Insert a variable number of spaces into a string? (Formatting an output file)

Alrighty, 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