Top "Visual-studio-2010" questions

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

error CS0234: The type or namespace name 'Script' does not exist in the namespace 'System.Web'

I am trying to use JavaScriptSerializer in my application. I initially received Cannot find JavaScriptSerializer and I solved it by …

c# visual-studio-2010 javascriptserializer jsonserializer
LINK : fatal error LNK1104: cannot open file 'D:\...\MyProj.exe'

Using Visual Studio 2010, when I build + run my application in short intervals I often get the following error. If I …

visual-studio visual-studio-2010 locking executable
Auto select file in Solution Explorer from its open tab

Normally, many files in Visual Studio 2010 are opened in many tabs, while massively working on a project. Many times, I …

visual-studio visual-studio-2010
Attribute 'nowrap' is considered outdated. A newer construct is recommended. What is it?

I'm getting an error when compiling this within an ASPX page using Visual Studio 2010: <td valign="top" nowrap width="237"&…

html css visual-studio-2010 compiler-errors nowrap
Source file 'Properties\AssemblyInfo.cs' could not be found

I'm running VS2010. When I open my web solution & attempt to build, the build fails with the error "CSC(0,0): …

visual-studio-2010 tfs
Warning as error - How to get rid of these

I cannot figure out how to get rid of errors that basically should not be halting my compile in Visual …

visual-studio visual-studio-2010
How to Turn Off Showing Whitespace Characters in Visual Studio IDE

I don't know what I did but I don't know how to get rid of those arrows on the left.

visual-studio visual-studio-2010 whitespace
How do I debug Windows services in Visual Studio?

Is it possible to debug the Windows services in Visual Studio? I used code like System.Diagnostics.Debugger.Break(); but …

c# visual-studio visual-studio-2010 windows-services
Attach (open) mdf file database with SQL Server Management Studio

Can you help me how can I open *.MDF file of database created with VisualStudio 2010, into SQL Server Management Studio? …

sql-server visual-studio-2010 mdf
How to install Visual Studio Build Tools 2010 on Visual Studio 2015 Community?

I have a project created on Visual Studio 2010. When I try to run the project on Visual Studio 2015 Community edition …

c++ visual-studio visual-studio-2010 visual-studio-2015 vs-community-edition