Visual Studio 2010 is an integrated development environment (IDE) from Microsoft.
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 tfsbuildI'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.dllI 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-inI have inherited a VS2010 project that includes a .SQLPROJ. I'm not having any problems with the .csproj. But I …
visual-studio-2010 sqlprojI 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 appharborIn Visual Studio 2010 Express [VB.NET], if I change the target framework via Application properties > compile > advanced compile …
visual-studio-2010 visual-studio-expressIs 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-migrationsI 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-eventIs 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-policyI'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