Top "Visual-studio-2010" questions

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

Visual Studio: JSON visualizer when debugging

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 debuggervisualizer
ASP.net controls not found in the code behind when implementing resources

Since 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 globalization
GCC (ARM) equivalent to __declspec(dllexport)

When 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-2010
C# Configure LoadFromRemoteSources through code not app.config?

I currently have an app.config with the following config value: <configuration> <runtime> <loadFromRemoteSources enabled="…

visual-studio-2010 c#-4.0 app-config remoteobject
MVC Equivalent of Page_Load

I 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 actionresult
Visual Studio 2010 (C++): suppress C4706 warning temporarily

When 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-warnings
Troubles remote debugging a .Net Application "no symbols have been loaded for this document."

I 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-debugging
Fix macro redefinition in C++

Since 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-macros
Windows Azure - The current service model is out of sync

When 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-roles
Crystal reports error in SetDataSource

I 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