Top "Visual-studio-2010" questions

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

Automatic Clean-Up of Code in Visual Studio 2010

I am wondering, if it is possible, to have some kind of automatic code-clean-up in Visual Studio 2010. Especially interesting would …

visual-studio-2010 settings code-cleanup
How to use LINQ in C++/CLI - in VS 2010/.Net 4.0

Just wondering if there is a way to use LINQ in C++/CLI. I found one post that was focused …

linq visual-studio-2010 .net-4.0 c++-cli
How to turn on Visual Studio 2010 .css Intellisense on .less file

Does anyone know how to enable css intellisense in a non .css file extension? I have a .less file that …

css visual-studio-2010 visual-studio intellisense
Link error after update from VS2008 to VS2010

Today I encountered a linking problem after updating the VS version from 2008 to 2010, the error is something like this: error …

visual-studio-2010 visual-studio-2008 linker-errors lnk2019
Requires log4net version 1.2.10 be installed in GAC

With a windows smart client application, it runs fine on my (development) machine, but when I installed it on a …

visual-studio-2010 crystal-reports log4net gacutil
Publish a Web Application from the Command Line

I've got a series of .NET 4 based web applications (WCF and Web) within the same solution, but need to selectively …

visual-studio-2010 msbuild build publish
Adding items to RibbonDropDown at runtime

So I have a dropdown menu in a ribbon with contents that can be changed while it is being used. …

c# visual-studio-2010 vsto outlook-2007
App_Code folder in ASP.NET project in VIsual Studio 2010

at vs2008 i could set App_Code folder, but at vs2010 i can not do it, that's why i put …

asp.net visual-studio visual-studio-2010 app-code
How to remove a empty folder from a project under TFS control?

Suppose I have a project MyLib, under that, I created a folder say Folder1. No file under this folder. The …

visual-studio-2010 visual-studio tfs