Top "Visual-studio-2010" questions

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

visual studio 2010 toolbox standard controls missing

I have created an asp.net project in visual studio 2010 ultimate edition. I can't see Standard, Data etc toolbox tabs, …

visual-studio-2010 visual-studio toolbox
Add an existing folder to TFS source control

Is there any way I can add an existing folder to source control in TFS? I have created a new …

visual-studio-2010 tfs team-explorer
Should I add .vcxproj.filter files to source control?

While evaluating Visual Studio 2010 Beta 2, I see that in the converted directory, my vcproj files became vcxproj files. There are …

c++ visual-studio-2010 visual-studio version-control visual-c++-2010
two different DLL with same namespace

I have two DLL files that have the same namespace but they have different methods and types. How can I …

c# visual-studio-2010 .net-2.0
How to get the data from a USB port in VB.NET

I have developed a software for managing the details of patients, the software stores the data into MSsql database.... However, …

vb.net visual-studio-2010 usb externalinterface
How to suppress a StyleCop warning?

I'm using StyleCop and want to suppress some warning which does not suit my style. I prefer to have solution …

c# .net visual-studio-2010 stylecop
Difference between Ctrl K + D and Ctrl E + D

What is the difference between the Visual Studio 2010 shortcuts Ctrl E + D and Ctrl K + D?

visual-studio-2010 keyboard-shortcuts difference
app.config "Could not find schema information" after converting to Visual Studio 2010 / .Net 4.0

After upgrading my project to Visual Studio 2010 and .Net 4.0, my app.config file generates these messages upon building the project: …

.net visual-studio-2010 xsd app-config
NMAKE : fatal error U1077: return code '0xc0000135'

I'm trying to follow steps explained here: but after entering the following into console: configure.exe -release -no-webkit -no-phonon -no-phonon-backend …

visual-studio-2010 qt nmake
Error LNK1561: entry point must be defined

I am working with Visual Studio 2012. My Solution has 3 projects projectA projectB projectC and the Hierarchy is like projectC depends …

c++ c visual-studio-2010 linker-errors