Top "Visual-studio-2010" questions

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

How do I: Visual Studio Syntax Highlighting Extension

I want to develop an extension for VS2010 that will allow me make some additional features to syntax-highlighting. I installed …

visual-studio-2010 syntax-highlighting mef vsix
remote debugger over internet

my setup is as flows: Local development PC: x86 vista with visual studio Client server: x64 server 2008 r2 with static …

visual-studio-2010 remote-debugging
Is there any way to export sequence diagram generated by visual studio?

I am using Generate Sequence Diagram feature of Visual Studio. I have to show my sequence diagram to someone who …

c# visual-studio-2010 sequence-diagram
How to get VS 2010 to recognize certain CUDA functions

At the moment CUDA already recognizes a key CUDA C/C++ function such as cudaMalloc, cudaFree, cudaEventCreate, etc. It also …

visual-studio-2010 cuda intellisense keyword code-completion
Create MULTIPLE class files based on an XSD

I may be attempting something that is not possible with the XSD tool but I wanted to ask before moving …

c# .net visual-studio-2010 xsd.exe
VB.net SendMessage waiting problem

I am using the following code to click a button for displaying another form to click on: Dim hwnd As …

vb.net visual-studio-2010 sendmessage findwindow
Formula in Excel using NPOI

I am using NPOI dll for genrating excel sheet in C#. When I apply formula on some cell programmatically and …

visual-studio-2010 sql-server-2008 c#-4.0 npoi
Create Solution Folder in Visual Studio Express 2013

I noticed that when you open a solution in VS 2013 Express which contains solution folders, they load properly and the …

visual-studio-2010 visual-studio visual-studio-2012 visual-studio-2013 solution
Why does my DB project's .dbmdl file change even when I make no changes to the project?

I'm running into a small but weird annoyance that seems to be happening to other people, too (for example, check …

sql-server database visual-studio visual-studio-2010 database-project
System.Windows.Shell Reference missing

I have a windows form application and i want to make my own custom jumplist. To do this i need …

c# visual-studio-2010 .net-4.0 jump-list