Top "Visual-studio" questions

Use this tag if you have a specific question about Visual Studio features and functionality.

Interop type cannot be embedded

I am creating a web application on the .NET 4.0 framework (beta2) in C#. When I try to use a assembly …

c# visual-studio-2010 visual-studio c#-4.0
How do I fix the Visual Studio compile error, "mismatch between processor architecture"?

I'm new to project configuration in Visual Studio 2010, but I've done some research and still can't quite figure this issue …

.net visual-studio
Visual Studio Post Build Event - Copy to Relative Directory Location

On a successful build, I wish to copy the contents of the output directory to a different location under the …

visual-studio visual-studio-2008 post-build-event
C programming in Visual Studio

Can I use Visual Studio to learn C programming? In the new project menu I can choose between Visual Basic, …

c visual-studio
What are the correct version numbers for C#?

What are the correct version numbers for C#? What came out when? Why can't I find any answers about C# 3.5? …

c# .net visual-studio .net-framework-version compiler-version
What's the difference between Visual Studio Community and other, paid versions?

What's missing in Visual Studio Community 2015? They say it's full-featured and free, but if that's the case, then why do/…

visual-studio
Getting "type or namespace name could not be found" but everything seems ok?

I'm getting a: type or namespace name could not be found error for a C# WPF app in VS2010. This …

c# visual-studio reference namespaces directive
Difference between Build Solution, Rebuild Solution, and Clean Solution in Visual Studio?

What is the difference between Build Solution, Rebuild Solution, and Clean Solution in Visual Studio? When is the appropriate time …

visual-studio
What are the various "Build action" settings in Visual Studio project properties and what do they do?

For the most part, you just take whatever Visual Studio sets it for you as a default... I'm referring to …

visual-studio projects-and-solutions
How to set .net Framework 4.5 version in IIS 7 application pool

I installed the Visual Studio 11 Beta and suddenly all the async action methods I had created under the VS 11 Developer …

.net visual-studio iis