Top "Visual-studio-2010" questions

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

Why does the deployment package from my buildserver have additional assemblies?

I've got an asp.net mvc deployment package that I'm trying to build with team city. The package builds without …

.net visual-studio-2010 teamcity
WPF DotNET Application will run in debug mode, but .EXE will not run

I wrote a WPF application in C# using VS 2010. The application will run fine in debug mode using Visual Studio, …

c# .net visual-studio-2010 wpf-4.0 .net-4.0
Recover a .CS class file after crash

I was working on a class in visual studio 2010 when suddenly my computer crashes. after I restart the computer. I …

visual-studio-2010 file-recovery
Visual Studio 2010 annoyingly opens documents in wrong MDI pane

Visual Studio's MDI is currently causing me a lot of frustration. Here is my basic layout: +--------------+---+ | | | | 1 | | | | | | | 3 | +--------------+ | | 2 | | +--------------+…

visual-studio-2010 mdi
Missing Visual Studio 2010 toolbox items in ASP.NET Website or Web Application?

After installing Visual Studio Professional 2010, and creating a new website or web application, toolbox items are missing! I've tried also …

visual-studio visual-studio-2010 toolbox
C# VS2010 Entering break mode failed

I was having some problems with my breakpoints later in my program saying that they would not be hit because …

.net visual-studio-2010 visual-studio debugging visual-studio-debugging
VS2010 Setup Project - Run As Administrator

I have a VS2010 solution with 2 projects in it - a .NET 4 program, and an installer for it. The Installer …

visual-studio-2010 installation uac
How do I make TODO comments show up in the task list for C++ projects in Visual Studio 2010?

I'm trying to get my TODO comments to show up in the task list in Visual Studio 2010 for a C++ …

visual-studio visual-studio-2010 todo
How do I implement a password Reset Link

I currently have a system where if a user has forgotten their password, they can reset it by clicking on …

c# sql-server visual-studio-2010 password-recovery
Using robocopy with Visual Studio 2010 Post-build and Pre-build events

Robocopy outputs 1 upon success, unlike most programs that exit with 0 on success. Visual Studio (and MSBUILD) interprets exit code of 1 …

visual-studio-2010 batch-file msbuild robocopy