Top "Visual-studio-2010" questions

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

Could not load file or assembly HRESULT: 0x80131515 (When adding controller to MVC project that has assembly references on network drive)

I've seen this: VSTS 2010 SGEN : error : Could not load file or assembly (Exception from HRESULT: 0x80131515) and none of the …

asp.net-mvc visual-studio-2010 assemblies .net-assembly
How to debug a single thread in Visual Studio?

I have a solution with some projects. There are several break-points in different projects. I want to trace the first …

c# asp.net multithreading visual-studio-2010 breakpoints
How do I create an COM visible class in C#?

I using Visual Studio 2010 (.NET 4). I need to create a COM object (in C#) and have no idea how to …

visual-studio-2010 c#-4.0 com
How to open visual basic 6 program with visual studio.net

I want to open a program (written in Visual basic 6) to be open in Visual Studio.net. Please guide, how …

vb.net visual-studio-2010 visual-studio vb6-migration
Chrome returns "Bad Request - Request Too Long" when navigating to local IIS Express

I have a web application that runs perfectly fine when I use the Visual Studio 2010 development server (Cassini). However when …

asp.net visual-studio-2010 google-chrome iis-express
TreeView with columns

I need a multi columned Treeview for an app I am writing, I was wondering if anyone knew of a …

c# visual-studio-2010 treeview
Visual Studio 2010 - C++ project - remove *.sdf file

I would like to know if I can safely delete the sdf file that stores information for Visual Studios Intellisense …

visual-studio-2010 visual-studio visual-c++ intellisense
How do I install a NuGet package into the second project in a solution?

I'm currently working on a solution that initially contained one project (My.First.Project.Name). I've installed Castle Windsor by …

visual-studio-2010 visual-studio nuget
Visual Studio - Shortcut to Navigate to Solution Explorer

Is there a keyboard shortcut in Visual Studio (aside from CTRL+TAB and selection) that would take me from inside …

visual-studio-2010 keyboard-shortcuts
Correct way communicate WSSE Usernametoken for SOAP webservice

I am attempting to consume a web service through its corresponding wsdl. This service is dependent upon authentication conforming to …

c# wcf visual-studio-2010 wcf-security ws-security