Questions tagged [visual-studio-2012]

Microsoft Visual Studio is an integrated development environment (IDE) from Microsoft. It is used to develop console and graphical user interface applications along with Windows Forms applications, web sites, web applications, and web services in both native code together with managed code for all platforms supported by Microsoft Windows, Windows Mobile, Windows CE, .NET Framework, .NET Compact Framework and Microsoft Silverlight.

Visual Studio Logo

Visual Studio includes a code editor supporting IntelliSense as well as code refactoring. The integrated debugger works both as a source-level debugger and a machine-level debugger. Other built-in tools include a forms designer for building GUI applications, web designer, class designer, and database schema designer. It accepts plug-ins that enhance the functionality at almost every level—including adding support for source-control systems (like Subversion and Visual SourceSafe) and adding new toolsets like editors and visual designers for domain-specific languages or toolsets for other aspects of the software development lifecycle (like the Team Foundation Server client: Team Explorer).

Reference: http://en.wikipedia.org/wiki/Microsoft_Visual_Studio#Visual_Studio_2012

182 questions
119
votes
2 answers

Attempting to check in code through TFS results in "Value was either too large or too small for a UINT32" error message

When attempting to check in code through TFS in visual studio 2012 or 2013 sometimes results in displaying an error message "Value was either too large or too small for a UINT32" error message. What is causing this, and how can I fix this?
101
votes
12 answers

How to make CTRL + / toggle a comment in Visual Studio

How can I make CTRL + / toggle a comment in Visual Studio, as it does with XCode and Eclipse?
Marc
  • 1,113
70
votes
3 answers

Change the font size of Visual Studio Solution Explorer

In Visual Studio (2012 in my case), is it possible to decrease (or increase) the font size of a user's Solution Explorer? I'd like to decrease it to save screen space a bit.
Nick
  • 954
24
votes
3 answers

Make visual studio solution files(sln) always executed as administrator

I have solutions in Visual Studio which are configured to use IIS or to update SQL server database. If the solution is not run as administrator the project which is configured with IIS doesn't loads, because I don't have permissions. So my…
16
votes
2 answers

How can I change the "licensed to" in visual studio?

I'm not sure how it happened, but on startup my VS 2012 copy reads Licensed To: "----------------Hewlet-Packard (blah)..." I have no idea how that got there. We installed through our MSDN subscription. Anyone know of a simple way to replace this…
TimDog
  • 261
15
votes
1 answer

On how many device can install a single user license of Visual Studio 2012?

I have my eye on Visual Studio 2012. I'm buying it for myself so I only want to pay for one user license. I have my desktop computer at home, my work laptop, and a tablet. On how many devices can I install Visual Studio on without Microsoft…
Hand-E-Food
  • 4,961
14
votes
3 answers

Keyboard shortcut to move line up/down in Visual Studio 2012?

Is there a shortcut to move a line up/down? Visual Studio 2010 Productivity Power Tools had this feature, is it built-in on Visual Studio 2012? Is there perhaps a light extension that adds this feature?
BrunoLM
  • 5,982
13
votes
5 answers

Visual Studio Performance problems when writing XAML

I've dealt with Visual Studio performing terrible for too long now. Now I'm past the point of being emotionally broken and need help. I can't figure out how to fix the issue of the Visual Studio XAML editor performing so badly. When I type a set…
Joe
  • 191
12
votes
3 answers

Can we install Visual Studio 12 on the Surface RT?

As I'm planning on getting a Surface RT tablet, I was wondering if it is possible to install Visual Studio 12 on it for app development.
11
votes
3 answers

Cannot disable DPI scaling for Visual Studio 2012

I would like high DPI enabled for most of the applications that I use on my 14" 1920x1080 laptop, except for a few like Visual Studio that benefits from the extra space. However, setting "disable high DPI" in compatibility does nothing. I am using…
10
votes
1 answer

Save UTF-8 without BOM Visual Studio 2012

It seems that Visual Studio 2012 hates UTF-8 without BOM and always adds it, resulting in an empty line in PHP pages. How can I change the encoding to UTF-8 without BOM (or at least to Unicode...)
Cristy
  • 391
9
votes
4 answers

How do I stop the "configuring Visual Studio..." message when opening Microsoft Office applications?

Ever since I installed Visual Studio 2012, when starting any Office application, I get a box that says "Please wait while Windows configures Visual Studio 2012..." and I have to sit around for about a minute. This happens every single time I open an…
Deane
  • 481
8
votes
2 answers

.NET Framework 4.0 Targeting Pack does not show in Visual Studio

How can I install the .NET 4.0 Framework on Windows 8 Pro / Visual Studio 2012 Professional? I get this: and if I follow the link of Install other frameworks... I get into Microsoft page where I find this information: I have then installed .NET…
7
votes
1 answer

How do I simulate Windows 8 RT in VS 2012?

Visual Studio 2012 has a wonderful simulator built in for creating Windows 8 apps. However, it appears that when I run it, it's running another light instance of my own PC (including start up programs). Windows 8 RT is a different experience…
James Mertz
  • 26,529
6
votes
3 answers

Visual Studio 2012/2013 Express offline installation/activation

One of my computers is not connected to the internet. Right now it has Visual Studio 2008 Express installed which doesn't require an internet connection at all. Can I install and activate Visual Studio 2012/2013 Express without internet connection?
1
2 3
12 13