Visual Studio 2010 is an integrated development environment (IDE) from Microsoft.
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-solutionsI have been upgrading several different VS2008 projects into VS2010 and have found a problem with VB.Net projects when …
visual-studio-2010 continuous-integration nantFirst 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-2010I'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-testsI 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-analysisI'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-testsis there a way to force Visual Studio 2010 to show pending changes only for the currently opened solution? I am …
visual-studio-2010 visual-studio view solutionI 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-toolsI 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 sgenI 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