I was cleaning my documents folder the other day and must have accidentally deleted this particular file below. Visual Studio shows the message below after starting and then crashes after clicking ok.
I've reloaded the commuunity edition three times, installed the Express edition (which works). Reloaded SQL and .NET 4.6. I do have an activity log, but can't understand what it's trying to tell me.
I downloaded the Visual Studio Install cleanup tool which wiped 160 items, reinstalled and still the same issue happens. I've tried devenv.exe /resetsettings option at command line. No Luck...
I found the activity log to contain multiple errors these are just a few.
If this is just a matter of a missing vssettings file why doesn't the new install create one?
Update 06-22: After Anders kindly provide a new vssettings file. It booted to this point and then went down.
It looks like you can import the settings from different machine please check this link.
https://msdn.microsoft.com/en-us/library/1x6229t8(VS.80).aspx
I spent three days patiently trying to correct the fact Visual Studio wasn't working because I had deleted the vssettings.settings file accidentally. When I was given a copy of that file it went farther but it would crash each time it started.
So I repeatedly reinstalled and removed VS2015 with different results each time all failing to start VS2015... Almost as if the installer doesn't know how to do a completely fresh install if there is residual VS content on the system.
Look In the Application Event Log
I then found this in the application event viewer. "Coloader80 could not be found"
I scoured the internet and found a post that someone discovered that you have to not only uninstall VS2015; but need to remove all VS folders in APPDATA local and remote as well as in Program files. I even went as far are removing the visualstudiocommon folder. I then got rid of all "duplicate" C++ installs via add remove pgms.
Solution
I do not know the root cause of this whole situation, but found two distinct different issues 1) The coloader80.dll missing and 2) Visual Studio would just crash attempting to start. And the application event log was telling me .net was throwing unhandled exceptions.
I hope this helps someone in the future...
The solution to the first error message above is to have someone give you a vssettings file. VS cannot handle it when it's missing. The install does not apparently create one either!
I still have other issues but will work those out on other posts. Thanks everyone for your help!