Visual studio crash on startup - visual-studio-2013

I have a problem with running Visual Studio 2013 Ultimate. I start visual studio and wait to load Start page. It is ok. But when I move with mouse, visual studio crash without any error message. I tried run visual studio in /safemode, no change, the same problem. Then i try run it with /log parameter to look for errors in %appdata%/....., but the file doesn't constaints any error item. Reinstall didn't work. Anyone can help me? Thanks. (Sorry for my EN)

It is an normal problem i have seen in 2013 version, i would recommend you to use Visual studio 2015 professional instead, it's much more useful with some extra features and more user friendly.Try downloading it.

Solved. Finally!!! Visual Studio have turned on HW acceleration on graphics card. Turn off the HW acceleration in visual studio solve the problem

Related

Visual Studio 2013 issue - even after reinstall

No matter what I do, with the Windows forms C#, I'm constantly getting this error
http://prntscr.com/7owfk2
When trying to add any text boxes. That's on a clean project. I don't know what to do. I cannot use VS2013 because of that error.
Any help? Thanks
I fixed this error by scrapping Visual Studio 2013 and installed Visual Studio 2015 RC. It's not really a fix, but it resolved my issue.

Visual Studio crashes when locking computer or starting another instance

I have the problem that Visual Studio 2013 crashes when I lock the computer or start another instance of Visual Studio.
I use Visual Studio 2013 with latest patches applied. I always start Visual Studio as Admin.
This seems to only happen with a certain big solution. This problem did not occur to me with other solutions.
I tried to delete the solution and make a clean checkout from TFS, but Visual Studio still crashes.
I know this is not much information, but do you have any idea how to fix this or how to what else I could check?
Additional Information: This still happens even with Visual Studio 2015 on a fresh Windows 8.1 installation...
Here's the error:
Use the following steps to solve the issue:
Source: http://resharper-support.jetbrains.com/entries/24765142-Visual-Studio-with-ReSharper-is-freezing-and-or-crashing
I would copy the solution with quotation but as you can see, there is a lot of text to edit.
Start Visual Studio using the /log switch. Then check the created log file for warnings and errors:
%APPDATA%\Microsoft\VisualStudio\11.0\ActivityLog.xml
If you use a Web Browser to view the file, it will be nicely formatted, due to the accompanying xsl-sheet.

Visual Studio takes ages creating a project

I have problem with my Visual studio 2013. When I'm trying to create even a simple console application,VS hangs and after a while the message 'Visual studio is busy: Microsoft Visual studio is waiting for internal operation to complete.' shows up.
I have reinstalled Visual Studio but without any luck. I've used ProcMon to check devenv and all the paths it shows, have to do with Android Studio.
I 'solved' the problem by accident. I disabled Source Control and for some reason, VS started working again. I know it's not an ideal solution but works just fine when you need VS urgently.
Don't know if Visual Studio is one of those programs. Someone correct me if I'm wrong, but I believe even after uninstalling, Visual Studio keeps some files in the registry from your previous installation and the AppData folder. You might want to clear those.
Close Visual Studio (if you haven’t already).
Open the registry editor (regedit.exe)
Delete the
HKEY_CURRENT_USER\Software\Microsoft\VisualStudio{version}
Delete the
HKEY_CURRENT_USER\Software\Microsoft\VisualStudio{version}_Config
Delete the %USERNAME%\AppData\Local\Microsoft\VisualStudio{version}
directory.
Use {version}=10.0 for Visual Studio 2010
Use {version}=11.0 for Visual Studio 2012
Use {version}=12.0 for Visual Studio 2013
Hope this helps

Always Sign-In into Visual Studio

I usually use Visual Studio 2008, but every time I start Visual Studio 2013 I get a notification that tells me an error occurred and I have to sign in again. Is this the normal behavior or is it really an error?
It is annoying. How can I fix this?
Thanks
This is an error I've had before when not running Visual Studio in Administrator mode, try running it in Administrator mode. Also, do ensure your Visual Studio is up to date.

Visual Studio 2010 and 2013 not working on my system

I apologize as this may seem as bit of a general question.
I have developed a couple of VB programs using Visual Studio 2010 Professional and others on Visual Studio 2013 Ultimate. While I have not done any work in about a month with either version of Visual Studio, I thought I would go in and start work on a new project.
After entering some code in Visual Studio 2010 using WinForms, I found I was unable to run the code in the debugger (pressed the start button and F5).
It acted like it would start, then it just stopped and returned back to my code.
I thought I would try it on another program that was completed and working a couple of months ago, but I had the same issue present itself. Attempting to use Visual Studio 2013 had the same effect.
Any ideas from anyone? Has anyone else experienced this same issue recently? Once again, I do apologize for the lack of examples here, but I'm not sure what I can include to show the problem.
IMO, you should try resetting visual studio settings (and a restart may solve the issue)
you can try following
do it via visual studio -> tools -> import export settings
or you can run this command devenv /resetuserdata
or checkout this http://msdn.microsoft.com/en-us/library/ms241273.aspx

Resources