Visual Studio 2010 is an integrated development environment (IDE) from Microsoft.
When debugging in Visual Studio 2010 and hovering over a variable name, I'm given the option to use 3 different built-in visualizers: …
visual-studio json visual-studio-2010 debuggervisualizerSince we implemented globalization in our ASP.net website, we are getting some intellisense problems. When the resource is added …
asp.net visual-studio-2010 .net-4.0 intellisense globalizationWhen building application for x86, the following code works fine: #if defined _WIN32 #define LIB_PRE __declspec(dllexport) #elif defined __…
c++ gcc arm dllexport visual-studio-2010I currently have an app.config with the following config value: <configuration> <runtime> <loadFromRemoteSources enabled="…
visual-studio-2010 c#-4.0 app-config remoteobjectI have a session variable that is set in my MVC application. Whenever that session expires and the user tries …
c# asp.net-mvc visual-studio-2010 actionresultWhen you compile the following C++ source file in Visual Studio 2010 with warning level /W4 enabled #include <cstdio> // …
visual-studio visual-studio-2010 visual-c++ compiler-warnings suppress-warningsI am trying to debug a .Net application. I copied it (and the .pdb) to a VM. I am able …
c# .net visual-studio-2010 remote-debuggingSince intsafe.h and stdint.h both define INT8_MIN. Thus VS2010 generate a warning that says : 1>C:\Program …
c++ visual-studio-2010 macros visual-studio-macrosWhen I run a Windows Azure web role on my local developer fabric, I get the following error: "The current …
visual-studio-2010 azure azure-web-rolesI am having trouble in VS 2010 sap crystalreports, using c# to make a windows application. I get the following error …
c# visual-studio-2010 crystal-reports-2008