Top "Visual-studio-2010" questions

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

Visual Studio 2010 Database Project - Unresolved Reference to a Synonym

We have a couple of synonyms that are being used to reference tables in a separate database (that's on the …

visual-studio-2010 database-project
PowerShell .ps1 file on Visual Studio post build event

I am trying to execute the following post build event code but I am getting an non-useful error : "c:\Windows\…

visual-studio-2010 powershell powershell-2.0 nuget post-build-event
visual studio vb.net go to line short key (Ctrl + G) is not working?

I use to work in C# and use Ctrl + G for go to line but it is not working in …

.net visual-studio-2010 visual-studio vb.net-2010
Is it possible to set a breakpoint in anonymous functions?

I quickly want to determine whether/when a set of events are triggered. Therefore I quickly assigned empty lambda's to …

c# visual-studio-2010 lambda anonymous-function
Third party DLL does not have 'strong name'?

My Visual Studio 2010 solution references a third party proprietary DLL. When I try to compile the solution the error message …

c# .net vb.net visual-studio-2010 assembly-signing
Config transformations and “TransformXml task failed” error message

I’ve just enabled config transformations on a .NET 3.5 project in VS2010 RC after watching Scott Hanselman’s video on …

asp.net visual-studio configuration visual-studio-2010 publishing
How to use applicationSettings in the new web.config configuration in VS2010?

I'm used to use web deployment projects. Currently I am developing a new web application with VS2010 and want to …

c# asp.net visual-studio-2010 application-settings
Visual Studio won't update properties of my Data Source

I am using my class "Invoice" as a Data Source. But after adding more properties to it, Visual Studio refuses …

c# visual-studio visual-studio-2010 datasource objectdatasource
How to get project wide Remove and Sort Usings for Visual Studio 2010?

We had the Power Commands for Visual Studio 2008 that add a context menu command that Removed Unused Usings and Sorted …

visual-studio-2010 plugins using powercommands
Visual Studio 2010 Web Publish missing a file

I'm finding that when publishing a website from Visual Studio its not uploading one of my files. Its a Razor …

asp.net-mvc visual-studio-2010 web-deployment