Version 12.0 of Microsoft's integrated development environment (IDE), released on October 17, 2013.
Questions tagged [visual-studio-2013]
170 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?
Martijn
- 3,342
17
votes
5 answers
Visual Studio Community 2015 Installation stuck on creating a system restore point
I tried to install the new Visual Studio 2015 Community Edition but unfortunately without success because the installation gets stuck on creating a system restore point.
What I did to solve the problem:
checked if enough space on disk
started…
CMS
- 295
16
votes
3 answers
Microsoft Visual Studio 2013 Update 4 RTM ISO (Offline Installer)
What is the download URI for the ISO of the Microsoft Visual Studio 2013 Update 4 RTM (Offline Installer)?
Tony
- 797
15
votes
6 answers
Improving/Resolving keyboard input lag with Visual Studio 2013
I'm having a slight delay (50-200 ms estimated) with keyboard input (code editing) from within Visual Studio 2013. The problem does not occur with Visual Studio 2010. When typing, there is a slight delay before the key displays on the screen. I…
Nuzzolilo
- 151
14
votes
1 answer
Empty lines or lines with symbols only have smaller font size in VS2013
In Visual Studio 2013 source code editor empty lines or lines with only symbols, such as '{' or '#', have smaller font size than lines with alphanumeric characters.
I'm using "Classic Console" fixed-width font. This font does not have this problem…
MasterM
- 571
14
votes
2 answers
Customise the Visual Studio colour scheme per solution
Is it possible to customise Visual Studio's title background colour based on the solution loaded?
I end up needing to have multiple Visual Studio instances open with very similar content, so I'm ending up losing track of what I'm looking at.
Alex KeySmith
- 966
13
votes
2 answers
What happened to design view in Visual Studio 2013?
Visual Studio has the option to view html in 3 views: design, split an source. (image from VS2012)
All 3 options seem to have disappeared in Visual Studio 2013.
Any ideas?
Danield
- 393
11
votes
2 answers
Uninstall Visual Studio 2013 with update 4
I tried to install VS 2013 Community with update 4 via iso file on my Dell XPS L502 Windows 7 Premium laptop.
The installation is not going well since days and now the installer is stuck at
configuring your system. This might take a while.
It…
Nigel
- 269
11
votes
7 answers
Microsoft Visual Studio 2013 won't load past splash screen
I've searched high and low for this fix but no cigar. I recently installed a new motherboard (MSI Z77A-G45 Gaming mobo) and now Visual Studios won't load past the white splash screen that says "Visual Studio".
I believe it could be related to a…
user2989065
- 111
10
votes
1 answer
Visual studio 2013 installation failing "Element not found"
The install fails with an "Element not found" error.
Lin the log file, first, there are a bunch of "registry key not found" messages:
[1AB8:1ABC][2014-08-13T20:22:33]i000: Registry key not found. Key =…
William Jockusch
- 5,123
10
votes
2 answers
Visual Studio - Using GIT and SVN
Work uses SVN. I want to use GIT for private use. I was also exploring TFS, but it doesn't seem to cooperate with multiple collections, so I stopped looking into it.
Currently I use AnkhSVN. I want to switch between it and the Microsoft GIT, on a…
WernerCD
- 4,373
9
votes
1 answer
Project is targeting .Net framework 4.6 which is not installed
...but it is. Co-worker has installed VS 2015 (I am using 2013). He created a project targeting .net 4.6. I grabbed the project from TFS and tried to open it, but got the following error message "The C# project MyProject is targeting ,net…
BattlFrog
- 273
9
votes
2 answers
Repeat last test in debug mode in Visual Studio 2013
It is possible to repeat the last test, but in debug mode?
When running the last test (even when I manually last ran it in debug mode), it will run without debug mode.
I thought perhaps I could map a shortcut key to an underlying command. However…
Alex KeySmith
- 966
8
votes
2 answers
What does the error message 0xC000041D mean?
I browsed with iexplore and it crashed with the message
C000041D
i.e.
Unhandled exception at 0x7149B7C0 in iexplore.exe: 0xC000041D: An
unhandled exception was encountered during a user callback.
AFAIK 0x means hex code, the 714...is the program…
Niklas Rosencrantz
- 1,118
8
votes
1 answer
Hide updates in Visual Studio 2013
I have Visual Studio 2013 installed on my Windows 7 (Pro 64-bit) computer. When I go into the Extensions and Updates window, it says I have an update for Windows Phone 8.1 Emulators.
When I download the update and try to install it, it says that I…
user304064