Top "Visual-studio-2010" questions

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

When does MSBuild set the $(ProjectName) property?

I'm fairly new to MSBuild, and I've done some customization on a WPF project file that I'm building both in …

visual-studio-2010 msbuild tfsbuild
C++ executable - MSVCR100.dll not found error

I've downloaded and compiled an open-source C++ application, Frhed. When I run the version I've compiled, it demands MSVCR100 and …

c++ visual-studio-2010 package redistributable msvcr100.dll
Is it possible to "debug" a release build of a C# app in VS 2010

I have an excel addin that works fine in debug and release mode when I build / run from VS2010. However, …

c# visual-studio-2010 excel debugging add-in
Cannot open .sqlproj because it is not supported

I have inherited a VS2010 project that includes a .SQLPROJ. I'm not having any problems with the .csproj. But I …

visual-studio-2010 sqlproj
What is the difference between a PreBuildEvent, BeforeBuild target and BeforeCompile target in MSBuild?

I recently had to move some code from a PreBuildEvent in Visual Studio into the BeforeBuild target to make it …

visual-studio visual-studio-2010 msbuild msbuild-task appharbor
Changing target framework

In Visual Studio 2010 Express [VB.NET], if I change the target framework via Application properties > compile > advanced compile …

visual-studio-2010 visual-studio-express
Using NuGet Package Manager console outside Visual Studio to run Entity Framework Migrations

Is there anyway to open NuGet Package Manager console outside Visual Studio ? My objective is to run some migrations, which …

visual-studio-2010 entity-framework-4 nuget entity-framework-migrations
how to convert string into an integer in a batch file ?

I have this piece of batch file : @echo off set xx=7 echo the version is %xx% I wand to use …

c++ string visual-studio-2010 batch-file pre-build-event
NetFx40_LegacySecurityPolicy in design-time mode

Is there any way to make legacy design-time code execute with NetFx40_LegacySecurityPolicy switched on? More specificaly, is there any …

visual-studio-2010 devexpress security-policy
Building webparts with Visual Studio 2010 Express

I'm trying to get started with building my own webparts, planning to follow this MSDN article. I've downloaded Visual C# 2010 …

visual-studio sharepoint visual-studio-2010 web-parts