gmiig
gmiig

Reputation: 1

Visual Studio 2013 stopped working. Tried a reinstall and it still wont work

enter image description here

A few days ago visual studio stopped working, I tried to reinstall and I got this message after the reinstall. I don't know how to fix it.

EDIT: enter image description here

I have added the activity log, i hope that helps

Upvotes: 0

Views: 46

Answers (1)

rdyhalt
rdyhalt

Reputation: 96

Try start VS2013 with /Log

Like: devenv /log That will log all actions to the default path of

%APPDATA%\Microsoft\VisualStudio\Version\ActivityLog.xml

Perhaps it can give a hint what is going wrong.

Or with a /SafeMode and see if VS2013 can run at all?

Upvotes: 1

Related Questions