Top "Visual-studio-2010" questions

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

ScriptResources Error : This is an invalid script resource request

We catch this error sporadically. Does anyone know what could it be? The URL give by our error logging get …

c# visual-studio-2010 asp.net-4.0
Automating creating NuGet package as part of build process

I have an automated build process that I'd like to extend so I can build the libraries I am distributing …

visual-studio-2010 msbuild nuget nuget-package
Make insertion mouse cursor visible in dark Visual Studio editor

I use a color theme with a very dark background, which works great except that VS2010 uses the default insertion …

visual-studio-2010 visual-studio
Speed up compile time with SSD

I want to try to speed up my compile-time of our C++ projects. They have about 3M lines of code. …

c++ visual-studio-2010 compilation solid-state-drive
"program can't start because msvcp100.dll is missing" for Every single code

This error is taking toll of my training schedule. Everytime I create any C++ application in my VS2010, It runs …

visual-studio-2010 msvcr100.dll
No devenv file in Microsoft visual Express 10

i am trying to build the google dart project on windows XP. following the installation documentation, i ran accross a …

visual-studio-2010 devenv
How do I install a C# class library in Visual Studio?

I am trying to use a class library which I found on a different question here. I am quite new …

c# visual-studio-2010 class-library
Creating one NuGet package from multiple projects in one solution

I have a solution that I'm working on that contains 4 class library projects (A, B, C, D). A and B …

c# visual-studio-2010 teamcity nuget
Lazy<T>: "The function evaluation requires all threads to run"

I have a static class with some static properties. I initialized all of them in a static constructor, but then …

c# visual-studio visual-studio-2010 lazy-loading visual-studio-debugging
BadImageFormatException when AnyCPU test assembly implements interface from x64 production assembly

I seem to have hit on a scenario where when I run mstest on an AnyCPU assembly which references an …

c# visual-studio-2010 mstest 64-bit