Top "Visual-studio-2010" questions

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

Visual Studio is prompting to install ASP.NET Web pages with Razor syntax 1.0

I'm somewhat at a loss as what to do with my development environment. Anytime I open up a solution Visual …

asp.net-mvc visual-studio visual-studio-2010 projects-and-solutions
Problems upgrading VB.Net 2008 project into VS2010

I have been upgrading several different VS2008 projects into VS2010 and have found a problem with VB.Net projects when …

visual-studio-2010 continuous-integration nant
Visual Studio 2010 + .Net Framework 1.1 + Click Once Deployment

First of all, The Winform application is based on .Net Framework 1.1. I have 1.1 SDK installed but 1.1 is not listed in …

visual-studio clickonce .net-1.1 visual-studio-2010
Coded UI tests - cannot resolve symbol UITesting

I'm trying to use the assemblies like this in a VS2012 project: using Microsoft.VisualStudio.TestTools.UITesting; using Microsoft.VisualStudio.…

visual-studio-2010 visual-studio visual-studio-2012 coded-ui-tests
Visual Studio 2010 Code Analysis - Run on Solution

I would like to manually run code analysis for an entire solution, not on building the project, and not using …

.net visual-studio visual-studio-2010 code-analysis
Data driven unit tests problem

I'm having some troubles getting my unit tests to be setup to use an Excel .xlsx data source. My App.…

c# visual-studio-2010 unit-testing data-driven-tests
Using Microsoft.Build.Evaluation to publish a database project (.sqlproj)

I need to be able to publish an SSDT project programmatically. I am looking at using Microsoft.Build to do …

c# visual-studio-2010 msbuild msbuild-propertygroup sql-server-data-tools
SGEN doesn't work after upgrading from VS2008 to VS2010

I just recently upgraded a VS2008/.NET 3.5 SP1 project to VS2010 and .NET 4. I have a post-build event which calls …

visual-studio-2010 .net-4.0 sgen
Build another project by prebuild event without adding reference

I am copying .exe file form a separate to my main project's folder on prebuild event but I need to …

visual-studio-2010 pre-build-event