Somehow, since monday morning I haven't been able to start MS Visual Studio 2015 Enterprise. It was working fine last friday, and now the splashscreen just blinks, and nothing else happens.
I tried:
- Fixes suggested here, here and here
- This involved check Windows Logs (none present), removed HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\14.0 entries in register, running with various options like /SafeMode /ResetSettings /Resetuserdata and running the repair utility from setup. Also the XML activity logs, which weren't present, even though I did use VS for quite some time.
- Removed all previous versions of VS, completely reinstalled VS 2015
Running it with devenv /Setup gives the following error:
Could not load file or assembly 'PresentationFramework, Version=4.0.0.0, Culture
=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The modul
e was expected to contain an assembly manifest.
I think that is the problem, but I cannot find a working fix. I'm using .NET 4.6.01055 and CLR v4.0.30319.
Please note that when I ran into the error in VS 2015, VS 2013 wouldn't start either, crashing with a TaskScheduler Exception. I'm not a 100% sure, but I can remember that VS 2013 ran fine not too long ago.
So, I'm at a loss here.