Visual Studio 2010 is an integrated development environment (IDE) from Microsoft.
I am new using Microsoft Test tools, please help: When trying to run a test case from MTM, I am …
visual-studio-2010 build tfsbuild microsoft-test-managerI am trying to set the type of an application setting property to a custom enum type I have defined …
c# visual-studio-2010 settingsI have been trying to solve an assembly binding issue for the last 12 hours, with not much luck. Last week, …
visual-studio-2010 .net-4.0 entity-framework-4.3I've been searching for a "definitive" solution to this for a couple of hours now and can't find out exactly …
database visual-studio-2010 mdf databasepublishingwizardFor no reason, I have been getting this error message for a week or so; PM> Install-Package Elmah Install-Package : …
.net visual-studio-2010 nuget nuget-package visual-studio-extensionsI have installed the strong named assembly TestReflection into the GAC (I am using .NET 4.0 and VS 2010). Different versions of …
visual-studio-2010 .net-4.0 reference gac strongnameSo I have a Visual Studio 2010 project that uses external libraries and in order to get it compile without LNK2005 …
c++ visual-studio-2010 linker-errors lnk2005I have the following code: Task load = Task.Factory.StartNew(() => {//Some Stuff Which Throws an Exception}); try { load.Wait(); } …
c# visual-studio-2010 debugging visual-studio-debuggingI have a C++/MFC application I need to restructure. The app used to process most of the data on …
c++ visual-studio-2010 mfc postmessageThe scenario is: I'm building my solution with TeamCity, I'm not running the build account as an administrator; so I …
visual-studio-2010 build continuous-integration teamcity assembly-signing