Top "Visual-studio-2010" questions

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

Configure Visual Studio to use more ram

I read a blog post at one time on how to increase the amount of RAM that Visual Studio will …

visual-studio-2010 memory ram
Using ReportViewer 9 control in VS 2010

I am writing an ASP.NET app that uses a SQL Server 2005 with SSRS setup. I want to use the …

visual-studio-2010 reporting-services reportviewer reportingservices-2005
How to configure unity container to provide string constructor value?

This is my dad class public class Dad { public string Name { get;set; } public Dad(string name) { Name = name; } } This …

c# visual-studio-2010 dependency-injection inversion-of-control unity-container
Visual Studio designer in x64 doesn't work

In Visual Studio 2010 64bit I can't design my forms. I keep getting this warning (and error): Warning 18 The designer could …

c# visual-studio-2010 64-bit designer
Visual Studio 2010 Plug-in - Adding a context-menu to the Solution Explorer

I want to add a new option in Visual Studio 2010's solution explorer's context menu for a specific file type. …

c# visual-studio-2010 visual-studio plugins
Deploying .NET with Jenkins/Hudson

I've been using Jenkins/Hudson CI for deploying my .NET web site project. I've been using the MSbuild plugin to …

visual-studio-2010 hudson jenkins web-project
Sort selected text from Visual Studio context menu

Currently VS has a very useful feature: sort usings (C#). I want the same functionality for any random text, for …

visual-studio visual-studio-2010 sorting visual-studio-addins
VS2010 Code: 2104 Could not download the Silverlight application

I've just started getting this Javascript error running VS2010 with SL4 Error: Unhandled Error in Silverlight Application Code: 2104 Category: InitializeError …

silverlight visual-studio-2010 silverlight-4.0
What should be contained in a global source code control ignore pattern for Visual Studio 2010?

After installing and using Visual Studio 2010, I'm seeing some newer file types (at least with C++ projects ... don't know about …

c++ visual-studio-2010 visual-studio version-control ignore