Visual Studio 2010 is an integrated development environment (IDE) from Microsoft.
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-setupThe 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 optionsI 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-6This is a very simple question. Consider the following code: #include <iostream> #include <memory> typedef std::…
c++ visual-studio-2010 gcc c++11 unique-ptrI am trying to upgrade an old solution to use VS2010 (VC100). I have it setup so that stdafx.cpp …
visual-c++ visual-studio-2010 debugging precompiled-headersI have installed visual assist X, I use visual studio for my C++ development. However, I am not sure how …
c++ visual-studio-2010 visual-assistIs 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-exceptionsI assume the point of the jquery vsdoc file is to provide some form of intellisense for jquery. I have …
jquery visual-studio-2010 vsdocI 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-pathI 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