Top "Visual-studio-2010" questions

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

JSONCPP Build with Visual Studio 2010

How do I build it? The documentation is really shady about this. It says you need to place scons.py …

c++ visual-studio-2010 jsoncpp
Custom tool error Failed to generate code

Why this error is appearing? I was just setting some default values in a dataset designer... its second time that …

visual-studio-2010 dataset-designer customtool custom-tools
Unexpected collision with std::hash

I know hashing infinite number of string into 32b int must generate collision, but I expect from hashing function some …

c++ visual-studio-2010 hash hash-collision stdhash
VS2010 and proxy settings

Forgot to mention that I'm using FTP for open web site I'm working with Visual Studio 2010 Ultimate on a web …

visual-studio-2010 proxy ftp proxy-server
Can I install two different versions of Visual Studio on the same computer?

Can I install Visual Studio 2005 and 2010 on the same computer? Would it cause any problems?

visual-studio-2010 visual-studio-2005
How to find all links in web page using Coded UI Test?

Can I find all links in web page using Coded UI Test Builder, or I have to make HTTP request …

c# visual-studio-2010 coded-ui-tests
How to remove "Welcome to the Setup Wizard" text from Visual Studio Installer project

I have a Visual Studio Installer Project that I'm making in Visual Studio 2010 and am unable to figure out how …

visual-studio-2010 installation setup-project
Can Visual Studio 2010 do ".inc" file syntax highlighting?

Can Visual Studio 2010 be configured to do syntax highlighting on ".inc" files? We have numerous large projects with tons of …

visual-studio-2010 syntax highlighting
Visual Studio 2010 Assembly Signing: An attempt was made to reference a token that does not exist

I'm trying to sign an assembly in Visual Studio 2010 with our PFX file, after I enter the password for the …

code-signing visual-studio-2010
Visual Studio "Add As Link" not working while debugging

I use Visual Studio 2010 to maintain around 40 different web applications that are all housed on the same website upon deployment. …

asp.net asp.net-mvc-3 visual-studio-2010 web webforms