Top "Visual-studio-2010" questions

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

T4MVC Error - T4 file is blocked or in a non trusted zone

I am running Visual Studio 2010 on a Windows 7 virtual machine inside of Parallels Desktop 8 on a Mac Book Pro. I'm …

.net asp.net-mvc visual-studio-2010 t4
VS2010 throwing "Could not copy the file "obj\x86\Debug\[file].exe" because it was not found."

I'm writing a Windows Phone 8 game which requires a number of support desktop applications: level editors etc. Since I only …

c# visual-studio-2010 windows-8 xna build-error
Could not load file or assembly 'Leadtools.Codecs', if anyone is familiar with leadtools

I get an exception on the last line of the following code (sorry for the format, won't let me post …

c# visual-studio-2010 dll leadtools-sdk
Code Cleanup - tool to move all using statements inside namespace in all cs files in my solution?

After writing a whole bunch of code - i am finally waking up to adding CA and StyleCop to my …

c# .net visual-studio-2010 resharper stylecop
Sending email verification link to activate profile c#

I'm currently building a website where people can register and they can have their own pages of content. I have …

c# asp.net visual-studio-2010 smtp email-verification
Is it possible to set multiple environment variables in one CMD line statement?

I have a PowerShell script set to execute after an MSBuild is finished. It uses environment variables set in the …

visual-studio-2010 powershell msbuild cmd post-build
How to attach sources to referenced assembly in Visual Studio

I am fairly new to Visual Studio, coming from Java development on Eclipse. Among other things I sorely miss from …

visual-studio-2010 debugging navigation
Expose dll for COM Interop

I thought I knew how to do this, but obviously not so I'd appreciate some help! I can't get my …

c# visual-studio-2010 com com-interop
Use CMake to run a C++ program post-build

I have an application that is written in C++ that I use CMake to build and release binaries. I'd like …

c++ visual-studio-2010 cmake build-process post-build-event
Can I pass a preprocessor definition to the resource compiler through the command line?

I'm currently trying to switch between a few different default Icons in a Visual C++ .rc file using #ifdef tags. …

c++ visual-studio-2010 msbuild c-preprocessor rc