Top "Visual-studio-2010" questions

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

How to associate a Build to the test plan in Microsoft Test Manager (MTM) 2010?

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-manager
Why am I unable to select a custom Type for a setting from the same project/assembly as the settings file?

I am trying to set the type of an application setting property to a custom enum type I have defined …

c# visual-studio-2010 settings
Assembly Binding Old Reference Exception

I 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.3
How do I fix "incorrect syntax near GO" errors in scripts generated with Microsoft's Database Publishing Wizard?

I'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 databasepublishingwizard
Install-Package : The remote name could not be resolved: 'packages.nuget.org'

For 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-extensions
How to reference assembly from GAC?

I 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 strongname
how to ignore LNK2005 & LNK1169?

So 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 lnk2005
Stop Visual Studio from breaking on exception in Tasks

I 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-debugging
MFC data forwarding to main thread via PostMessage

I have a C++/MFC application I need to restructure. The app used to process most of the data on …

c++ visual-studio-2010 mfc postmessage
Only sign assemblies with strong name during release build

The 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