Top "Visual-studio-2010" questions

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

"Has invalid child element" warnings in Microsoft.Common.Targets while building

In my VS2010, when I build my solution, I have over 100 warnings in the file Microsoft.Common.Targets. When I …

visual-studio-2010 visual-studio-2012 visual-studio-2013 visual-studio-2015
Visual studio 2010 and Sql Server

Do visual studio 2010 include already Sql Server instance, or I need to install Sql Server developer edition to develop an …

sql-server sql-server-2008 sql-server-2008-express visual-studio-2010
Selecting rows programmatically in DataGridView

I want to select row of previously selected rows after some event my code is as below. int currentRow = dgvIcbSubsInfo.…

c# .net visual-studio-2010 datagridview
Visual Studio 2010 nuget error: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel

Whenever I'm trying to install something or even just list the packages I get this error "The underlying connection was …

visual-studio-2010 web-config nuget
ipch files on a Visual Studio project

I am finding an ipch folder in my project whose files are having an ipch extension. Plus, they are quite …

c++ visual-studio-2010
Visual Studio 2010 isn't building before a run when there are code changes

I've been using using F5 (Start Debugging) for years to build the code (if its out of date), and then …

visual-studio visual-studio-2010 build debugging
Silverlight 4: Resolving Microsoft.Silverlight.CSharp.targets was not found?

I've been upgrading some Silverlight 3 apps to Silverlight 4 in Visual Studio 2010. My Silverlight 3 apps open fine in Visual Studio, but …

visual-studio-2010 visual-studio silverlight
Shared AssemblyInfo for uniform versioning across the solution

I've read about this technique: Shared assembly info in VS projects - JJameson's blog Basically it means to create a …

c# .net visual-studio visual-studio-2010 .net-assembly
Redirect from asp.net page to another using javascript function

I know that if I want to redirect from asp.net page to anther in code behind I need to …

javascript asp.net visual-studio-2010 response.redirect
How to fix Visual Studio's error "This server version is not supported..." for SQL Server 2012

I recently installed Visual Studio 2010 and SQL Server 2012 on a Windows Server 2008 R2 machine - (including all updates/Service Packs). …

sql-server visual-studio visual-studio-2010 sql-server-2012 sql-server-2012-express