Top "Visual-studio" questions

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

"A project with an Output type of Class Library cannot be started directly"

I downloaded a C# project and I wish to debug the project to see how an algorithm implementation works. The …

c# visual-studio
What replaces cellpadding, cellspacing, valign, and align in HTML5 tables?

In Visual Studio, I'm seeing these warnings: Validation (HTML 5): Attribute 'cellpadding' is not a valid attribute of element 'table'. Validation (…

html css visual-studio css-tables
Error message "No exports were found that match the constraint contract name"

This morning I faced a problem while opening my Visual Studio solution, and when I tried to run it, it …

visual-studio
How can I use MS Visual Studio for Android Development?

Can you use Visual Studio for Android Development? If so how would you set the android SDK instead of .NET …

android visual-studio
Visual Studio debugging/loading very slow

I'm at wits end. Visual Studio is typically painfully slow to debug or just plain load ("start without debugging") my …

asp.net-mvc visual-studio visual-studio-2012 iis-express cassini
How do you force Visual Studio to regenerate the .designer files for aspx/ascx files?

Sometimes when I'm editing page or control the .designer files stop being updated with the new controls I'm putting on …

asp.net visual-studio visual-studio-2008
Cannot find JavaScriptSerializer in .Net 4.0

I cannot seem to find the JavaScriptSerializer object nor the the System.Web.Script.Serialization namespace within Visual Studio 2010. I …

c# visual-studio jsonserializer
Compare two files in Visual Studio

I saw new comparsion tool in VS 2012 for comparing two files or two versions of file. I like it. But …

visual-studio file compare comparison diff
Configuration System Failed to Initialize

I'm new to Visual Studio. I'm currently creating a Login form. I have this code. string connectionString = ConfigurationManager.ConnectionStrings["ConnectionString"].…

c# mysql visual-studio-2010 visual-studio login
Seeing the console's output in Visual Studio 2010?

I am writing a simple C# program with some outputs (Console.WriteLine("...");). The problem is, each time I run it, …

c# visual-studio-2010 visual-studio