Top "Visual-studio-2010" questions

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

I do not have a 'Any CPU' option present in my Configuration Manager

I have read several posts about the configuration manager in VS2010 (or before) but I can not find my problem. …

c# visual-studio-2010 configurationmanager anycpu
Visual Studio Linked Files don't exist

In Visual Studio, you can do Add -> Existing Item and then Add as Link from the Add drop …

c# visual-studio-2010 build-events
WCF common types not reused

Hint: This questions has many duplicates, but none of the solutions works for me. What I have is a web …

wcf web-services visual-studio-2010 service-reference
How to avoid error "Constructor on type 'MyType' not found" when inheriting a base class

I have a Visual Studio 2010 Windows Forms app which includes a Form base class that other classes will inherit. The …

c# visual-studio-2010 inheritance windows-forms-designer base-class
DotNetOpenAuth.Asp Couldnt Load Assembly or one of its dependencies in MVC4 App Unit Tests

I am facing with very strange error in my project. I installed DotnetOpenAuth.Aspnet and Microsoft.AspNet.WebPages.OAuth libraries …

asp.net-mvc-3 visual-studio-2010 asp.net-mvc-4 visual-studio-2012 dotnetopenauth
License.licx File and Licensed/Unlicensed machines

In a VS2010 solution I have a license.licx file that contains: DataDynamics.ActiveReports.ActiveReport, ActiveReports6, Version=6.1.2814.0, Culture=neutral, PublicKeyToken=…

c# .net vb.net visual-studio-2010 activereports
Unit Test Adapter threw exception: Unable to load one or more of the requested types

I am attempting to run SpecFlow tests from the Visual Studio 2010 Command Prompt, and I am getting a rather obtuse …

visual-studio-2010 mstest specflow
How to connect Visual Studio 2010 Express C# to SQL Server Express

Is there any real workaround to getting the Express edition of C# connected to database options other than the lightweight …

c# visual-studio-2010 visual-studio-express sql-server-2008r2-express
Unable to apply publish properties for item X

Whenever we do a build in our main solution we receive the following warning: Unable to apply publish properties for …

c# visual-studio-2010 visual-studio visual-studio-2012 clickonce
Visual Studio 2010 Publish Web feature not including all DLLs

I have an ASP.NET MVC 2 application. Web project contains a reference to SomeProject SomeProject contains references to ExternalAssembly1 and …

deployment visual-studio-2010 asp.net-mvc-2 build-process msdeploy