Reputation:
I downloaded Visual Studio 2015 Community, I installed the program and after clicking LAUNCH, it says that the license has expired with on top of it license: Prerelease software.
I can't click anything other than that just signing in which doesn't help either.
I tried everything:
All the things that i tried didn't work, i just got stuck on the "sign in to visual studio" page.
If I click close, the entire program just closes off.
I know there a similar questions to this, but nothing worked for me.
I really want this to be solved, I just got really tired, installing this program over and over again.
So I hope that someone might help me.
ps: I upgraded from windows 7 to windows 10 about a month ago.
pps: English is not my native language so I hope you understand what my problem is regarding this issue.
ppps: This is my first time asking a question on the internet, if I didn't clearify something about my problem then i apologize.
Upvotes: 2
Views: 3863
Reputation: 81
This worked for me with VS 2015 Pro:
Ultimate 2015 CTP License Expiration
In short, the license error could happen if you are installing from a path which contains spaces.
Upvotes: 0
Reputation: 6875
Someone reported a similar problem for the Team Foundation Server here. This was his workaround:
- Uninstall if you have it installed.
- Mount the ISO and get the versions for the 4 C++ runtimes (2 are 32-bit and 2 are 64-bit). Uninstall all of these.
- From the ISO, run all 4 of the C++ runtime installers as administrator
- From the ISO, run the main TFS installer as administrator
Maybe the same works for your Visual Studio installation?
Note that the Visual Studio ISO contains 3 versions of the C++ runtime (11, 12 and 14), so you should try to reinstall all 6 of those.
Upvotes: 0