Top "Visual-studio-2010" questions

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

How to create setup file in visual studio 2010 with .log file

I want to create setup file for my project with all prerequisites like framework,sqlserver and .log file/db script. …

visual-studio-2010 c#-4.0 sql-server-2008-r2 visual-studio-setup-proje visual-studio-setup
How can I change my Visual Studio 2010 Help (F1) from local to online?

The first time I pressed F1 in Visual Studio 2010, I mistakenly chose to use local help files (which I don't …

visual-studio-2010 configuration options
Deploying Asp.Net MVC 2 /C# 4.0 application on IIS 6

I got a problem migrating from VS.Net 2008 / MVC 1 to VS.NET 2010 (+C# 4.0) / MVC 2 The web.config has been updated, …

visual-studio visual-studio-2010 asp.net-mvc-2 iis-6
Should std::unique_ptr<void> be permitted

This is a very simple question. Consider the following code: #include <iostream> #include <memory> typedef std::…

c++ visual-studio-2010 gcc c++11 unique-ptr
visual assist x dark color theme

I have installed visual assist X, I use visual studio for my C++ development. However, I am not sure how …

c++ visual-studio-2010 visual-assist
Visual Studio C++ 2008 / 2010 - break on float NaN

Is there any way to set up Visual Studio (just upgraded from 2008 to 2010) to break, as if an assertion failed, …

c++ visual-studio visual-studio-2010 floating-point floating-point-exceptions
Have you ever gotten jquery vsdoc file to work with Visual Studio?

I assume the point of the jquery vsdoc file is to provide some form of intellisense for jquery. I have …

jquery visual-studio-2010 vsdoc
visual studio 2010 include directory paths

I have a visual studio solution myvs.sln with the following path: c:\dir1\dir2\dir3\myvs\myvs\myvs.sln. …

c++ visual-studio-2010 include include-path
Post-build event command for publish (Visual Studio 2010)

I have a project in visual studio 2010. This project has the following post-build event command lines: SET TARGET_PROJECT=TestMain …

visual-studio-2010 publish post-build-event