Visual Studio 2010 is an integrated development environment (IDE) from Microsoft.
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.exeI'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 undoI'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 libtiffSeems 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-expressI 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 visualizerWhen 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-projectI'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 toolbarI 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-appfabricI'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 quotingHere's the code: #include <iostream> #include <string> #include <algorithm> using namespace std; int main() { …
c++ string visual-studio-2010 g++ remove-if