Top "Visual-studio-2010" questions

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

TFS Workspaces across VS 2010 and 2012?

I am currently developing on Visual Studio 2012 RC using TFS Preview for source control. I would like to create an …

visual-studio-2010 tfs visual-studio-2012 workspace
Can't break in global.asax / Application_Start

I got a break point on the first line of Application_Start(), but Visual Studio wont break on it. Visual …

c# asp.net-mvc-3 visual-studio-2010 visual-studio-debugging
How to use libssh in VS10

How can I implement libssh as a library my compiler will recognize? I'm using Visual Studio 2010 C++, and I've included …

c++ visual-studio-2010 libssh
Is Visual Studio 2010 WebDev WebServer (Cassini) 64-bit compatible?

I'm now developing on Visual Studio 2008 on a 64-bit OS (Windows Server 2008 64-bit). While the apps I write are 64-bit …

visual-studio-2010 64-bit 32bit-64bit cassini webdev.webserver
Adding references for SilverLight ToolKit 5

I have googled so much but couldn't find any solution so i have decided to put my question over here....…

visual-studio-2010 silverlight silverlight-toolkit silverlight-5.0
How to loop through all MailItems of certain Outlook subfolders

I'm working on an Outlook 2007 add-in. I found some code to loop through all the folders but I have not …

c# visual-studio-2010 outlook-addin outlook-2007
SSIS package fails in sql server agent, but not in visual studio. ODBC Connection

I have an SSIS package that runs fine in visual studio 2010, but as a job it sql server it fails …

sql-server visual-studio-2010 ssis sql-agent-job
error : identifier "atomicAdd" is undefined under visual studio 2010 & cuda 4.2 with Fermi GPU

I was trying to compile some CUDA codes under visual studio 2010 with CUDA 4.2 (I created this CUDA project using Parallel …

visual-studio-2010 cuda atomic gpu-atomics
how to see the values of static variables at runtime in visual studio

The question pretty much explains what I want to do. I have several projects in c# which constitute the solution …

c# visual-studio-2010 runtime static-members
Visual Studio Text Editor Extension

I am trying to get started in Visual Studio (2010) extensions and I am having a hard time finding the right …

c# visual-studio visual-studio-2010 visual-studio-extensions