Top "Visual-studio-2010" questions

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

What are the Web.Debug.config and Web.Release.Config files for?

I just upgraded to Visual Studio 2010 and MVC 2.0 and I noticed the Web.config has two additional files attached to …

asp.net asp.net-mvc visual-studio-2010 asp.net-mvc-2 web-config
w3wp process not found

I use Visual Studio 2010 to debug a asp.net MVC project in my local machine. The steps are: Click Debug …

asp.net-mvc windows visual-studio-2010 iis process
Reference DLL file not copying to bin with deployment project, causing error

We have several external DLL files being referenced in our Web Application Project. We have a deployment project for installing …

visual-studio-2010 web-deployment-project
Visual Studio Installer > How To Launch App at End of Installer

This is probably a stupid question and my Googling just is not functioning today. I have an application I added …

c# visual-studio-2010 windows-installer setup-project
How to build Qt for Visual Studio 2010

I struggled finding a how-to which provides a stable solution for using Qt with Visual Studio 2010, so after collecting all …

c++ visual-studio visual-studio-2010 qt build
How do I point easy_install to vcvarsall.bat?

I already have MSVC++ 2010 Express installed, and my vcvarsall.bat file is at C:\Program Files\Microsoft Visual Studio 10.0\VC, …

python distutils easy-install visual-studio-2010
error C2275 : illegal use of this type as an expression

Since yesterday, I've been facing a compiling error for my C project. The project itself consists on creating a service …

c visual-studio-2010 winapi service compiler-errors
Delete Folders and Containing Files

I have a really quick question. My program actually downloads a zip file then extracts it onto their desktop. But …

vb.net visual-studio-2010 directory delete-file
Cannot open .rpt Crystal Reports file in Visual Studio 2010

I have taken over an existing C# project and am using Visual Studio 2010 with .NET framework 4.0. The application uses Crystal …

visual-studio-2010 crystal-reports
How to set up remote debugging on a machine without Visual Studio

Is there a way to set up Remote Debugging (Msvscom.exe) on a machine that does not have Visual Studio …

c# .net visual-studio-2010 remote-debugging