Top "Visual-studio-2010" questions

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

Reverse Engineering a C# Solution

I know Visual Studio 2010 Ultimate has some abilities, and I would normally do this by instinct, but I am on …

visual-studio-2010 reverse-engineering visio diagramming
Visual studio redistributable & side-by-side / DependentAssembly error

(I'm running Windows7 and using Visual Studio 2010.) I'm using ClamAV in a .NET Azure project, and I'm running into side-by-side …

visual-studio-2010 sxs
Working with enums in ASP.NET MVC 3

Is there a clever way to get the MVC scaffolding to render a dropdown or listbox for model properties that …

c# asp.net-mvc visual-studio-2010 enums scaffolding
Visual Studio 2010 - Database Project with imported database fails to build

I'm looking at the Database Project in VS2010, the idea being that I want something I can use to keep …

sql-server visual-studio-2010 database-project
MSBuild 2010 - how to publish web app to a specific location (nant)?

I'm trying to get MSBuild 2010 to publish a web app to a specific location. I can get it to publish …

visual-studio-2010 msbuild nant msbuild-task nant-task
How do I allow breaking on 'System.NullReferenceException' in VS2010?

I have a VS 2010 C# .NET 4 project. The issue is that the program is not breaking on 'NullReferenceException' errors during …

c# debugging visual-studio-2010 nullreferenceexception break
SGEN : error : Could not load file or assembly (Exception from HRESULT: 0x8013141A)

VS 2010, win server 2003, .Net 3.5 solution, which were migurated from .Net 1.1 All projects in solution are Delay signed. The soluton can …

visual-studio-2010 msbuild-4.0 sgen.exe
Visual Studio 2010 Publish Profiles -- Where are they stored?

We have set up a few Publish Profiles that are used to deploy web apps to various servers, and it …

visual-studio-2010 visual-studio publish profile
RDLC Switch Construct - is there an Else?

I have the following expression within a report: = Switch( Fields!RATE_CODE.Value = "First", " £/Week", Fields!RATE_CODE.Value = "Second", " £/…

visual-studio-2010 reporting expression rdlc
How to eliminate warning about ambiguity?

I have this warning: Warning 3 Ambiguity between method 'Microsoft.Office.Interop.Word._Application.Quit(ref object, ref object, ref object)…

c# visual-studio-2010 warnings compiler-warnings office-interop