Top "Visual-studio-2010" questions

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

How to generate xsd from C# class file using visual studio command prompt?

I'm using the following command, but it's not working: C:\Program Files (x86)\Microsoft Visual Studio 8\VC\bin>xsd /…

c# visual-studio-2010 visual-studio xsd xsd.exe
How to undo a "Get Latest Version" on TFS

I'm using TFS with VS2008 and VS2010 and in the TFS collection I have several projects. I've mapped the TFS …

visual-studio visual-studio-2010 tfs undo
Using LibTiff in Visual Studio 2010

I'm trying to use LibTiff in a C++ Program in Visual Studio 2010. I downloaded tiff-3.9.2.zip from ftp://ftp.remotesensing.…

c++ visual-studio-2010 libtiff
Is there a way to add Python to Visual Studio 2010 Express (the free version)?

Seems like Python can be easily integrated in Visual Studio 2010, I found various articles and the relative plugin needed. I …

python visual-studio-2010 visual-studio-express
LINQ to SQL visualizer for VS 2010?

I am trying to find a LINQ to SQL visualizer for Visual Studio 2010. Anybody know of one somewhere? When i …

visual-studio linq visual-studio-2010 linq-to-sql visualizer
Visual Studio Database project: checking if SQL server login exists before creating it

When I create a Visual Studio database project for SQL 2012 and synchronise it with an existing database (using Compare Schema), …

sql-server visual-studio-2010 login database-project
Visual Studio 2010 "Solution platforms" popup missing

I'm getting a weird problem with Visual Studio 2010 Premium. I use two PCs, on the first there is no problem …

visual-studio-2010 projects-and-solutions toolbar
C# errors: member names cannot be the same as their enclosing type and interfaces declare types

I am trying to lauch a service for appFabric for windows Azure. I am implement and EchoService and i need …

c# visual-studio-2010 appfabric azure-appfabric
How to put double quotes in VS2010 post build step

I'm trying to create a post build file copy step in VS2010 which handles path macros when they have embedded …

visual-studio-2010 build msbuild macros quoting
g++ string remove_if error

Here's the code: #include <iostream> #include <string> #include <algorithm> using namespace std; int main() { …

c++ string visual-studio-2010 g++ remove-if