Top "Visual-studio-2010" questions

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

Visual Studio 2010: Solution Explorer not showing project directory structure

I'm using a new install of MS Visual Studio 2010 and cannot seem to get the Solution Explorer to show the …

visual-studio-2010 visual-studio directory-structure solution-explorer
How do I configure MSBuild to use a saved publishProfile for WebDeploy?

I have used Visual Studio to create a publish profile. It saved that information to MyProject.Publish.xml, located in …

visual-studio-2010 msbuild msdeploy webdeploy
Could not load file or assembly 'MyAssembly.XmlSerializers

I took a memory dump of IIS and while analyzing i found the error that said 'Could not load file …

c# visual-studio-2010 dll xmlserializer
difference between modal and modeless dialogs in MFC

Can you please help me gain a comprehensive knowledge about differences between modal and modeless dialogs by introducing me excellent …

visual-studio-2010 mfc modal-dialog modeless
Application identity not set Exception

I have just converted a project to VS2010 and I now starting to see Exceptions in my software in IntelliTrace. …

c# visual-studio-2010 intellitrace
How to set compile flag /bigobj in visual studio?

I have a cpp file that contains a huge array. I get a fatal error (exceeded object file format limit) …

c++ visual-studio visual-studio-2010 visual-c++ mfc
How to drag and drop row within the same datagridview

In a Windows App (Visual Studio)(VB) how do you drag and drop a single row to another postition to …

vb.net visual-studio-2010 datagridview drag-and-drop datagridviewrow
Immediate Window, "The expression cannot be evaluated...."

When I try to evaluate expression in Immediate Window at design time, I get error: The expression cannot be evaluated …

visual-studio-2010 ide immediate-window
Visual Studio 2013 gives "Cannot add duplicate collection entry of type ‘mimeMap’"

I have a site that was built using Visual Studio 2010. When I upgraded to Visual Studio 2013, on some pages I …

visual-studio-2010 iis-7 visual-studio-2013 iis-express iis-8
How to generate C# documentation to a CHM or HTML file?

Is there a way to generate a readable document file from the documentation on the code directly from Visual Studio? (…

c# visual-studio-2010 xml-documentation