Top "Visual-studio-2010" questions

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

How can I disable code signing for debug builds in Visual Studio 2013?

We recently upgraded Visual Studio from 2010 to 2013 and everything seems to be working the same as before except for one …

visual-studio-2010 visual-studio-2013 clickonce code-signing
Multibinding generates "Cannot set MultiBinding because MultiValueConverter must be specified"

I have a button with binding which works fine, see below: <Button x:Name="licenceFilterSet" Content="Search" Command="{Binding …

c# visual-studio-2010 mvvm multibinding
Component OLE DB source has no input

I am new at doing SQL server data tools on VS 2010. However what I try do is: I have created …

database visual-studio-2010 ssis business-intelligence
C++0x Lambda overhead

Is there any overhead associated with using lambda expressions in C++0x (under VS2010)? I know that using function objects …

c++ visual-studio-2010 lambda c++11 visual-c++-2010
How to set CUDA compiler flags in Visual Studio 2010?

After persistently getting error : identifier "atomicAdd" is undefined, I've found the solution to be to compile with -arch sm_20 flag. …

visual-studio-2010 cuda compiler-flags
Extending the Visual Studio 2010 editor by adding a context menu item to manipulate selected text

I'd like to create an extension to Visual Studio that will allow someone to select any text in an editor, …

visual-studio-2010 contextmenu mef vspackage
(Crystal Reports) Break page after certain # of details?

I am trying to create a check writing report that will work in the following way: The first section of …

c# visual-studio-2010 crystal-reports crystal-reports-xi page-break
How to add Poco library in Visual Studio 2010?

It's been a while since I've programmed in C++ and right now I'm struggling with this Poco library I'm trying …

c++ visual-studio-2010 poco-libraries
Visual Studio does not debug when debugging unit tests?

I have bunch of unit test I'm testing and I put the breakpoint on the unitest code and when I …

visual-studio-2010 unit-testing vs-unit-testing-framework
Lack of javascript intellisense in Visual Studio 2010

I was delighted to see javascript intellisense in Visual studio 2010 , but I don't see everything inside a particular object through …

javascript asp.net visual-studio-2010 javascript-intellisense