Reputation: 39
I recently updated my Visual Studio 2015 Professional to Update 3 and it got stuck so i followed some advice on Google and reinstalled it and it still wouldn't work so then i repaired it and then when i tried to open a project it said that Visual C++ files were not loaded. How is that possible it download all MS Visual C++ .exe files and when i open new project there is nothing to open it with.
So I tried uninstalling it completely and it got stuck at "Creating system restore point". So i uninstalled all Visual Studio files via Revo Uninstaller Pro
So now I want to use Visual Studio 2015 again properly. What should i do? Buy a disk of the software or download it?
Upvotes: 4
Views: 4944
Reputation: 30847
Download release candidate installer from Microsoft and run it. It will fail but then you can install actual update without problem.
Upvotes: 0
Reputation: 1937
Once you have Visual Studio 2015 entirely off your system, getting to a specific Update is liable to be a pain. I found this link helpful: https://msdn.microsoft.com/en-us/library/mt653628.aspx
It says it works with Community and Professional as well, and indicates the parameters are for the web installer, but using them with the ISO also works.
Upvotes: 0
Reputation: 8931
I fixed package errors by deleting this directory:
%LOCALAPPDATA%\Microsoft\VisualStudio\14.0\ComponentModelCache
Upvotes: 0
Reputation: 13242
Personally I would try a few things:
Some things to think about are if you are using an old OS to start with and if they have current patches. Sometimes MS has a giant weave of product interchangeability that is more apparent as you develop for certain things. Finding those dependencies is where MS truly fails at times. They make things uber complex and cryptic for just installs, but have gotten worlds better since the 90's and 2000's at least.
Upvotes: 1