Herr Mefisto
Herr Mefisto

Reputation: 577

License expired after installation Microsoft Visual Studio 2015 community

I've just installed Microsoft Visual Studio 2015 Community. After installation an signing in I'm getting error: License: Prerelease license.

This license has expired.

I cannot do anything!

Can somebody help me?

I downloaded today installer from:

https://www.visualstudio.com/downloads/download-visual-studio-vs

Upvotes: 42

Views: 90692

Answers (11)

No, Community edition is free to use. So when you see the dialogue box... find Link Click for an updated license and processed for the sign in with your Microsoft account... If you are not register then SignUp Now.... and complete the process...

Solution Reference URL Which was provided by microsoft

Upvotes: -1

Jurek G.
Jurek G.

Reputation: 1

I also had a problem of getting a community licence. The reason was, that I logged to MS account using the Firefox. I realised, that MS VC++ tries to log to this account using the Internet Explorer (IE). So I tried to log there (manually) using IE, and then it told me that it is impossible, because cookies are not allowed by my IE. Then I went to "options" and enabled all cookies. Then I succesfully logged to MS account. Then I started MS VC++ ad when I asked to get an updated licence - it showed me a logging dialog. I was able to log, and then I got a licence. Hurra! (but it took me more than month to solve this problem. Lucky: this web page was an inspiration. Thank you!).

Upvotes: -1

Juan Pablo Venditti
Juan Pablo Venditti

Reputation: 109

You can solve this problem by getting a Microsoft account at http://www.microsoft.com and sign in from Visual Studio.

Upvotes: -1

Deepak
Deepak

Reputation: 11

I faced the same issue today and solved as follows:

There are two links on page the page which tells you your license has expired.

  1. Add Account: Click here and add (or create) your Microsoft account.

  2. Check for updated license(or similar): Click on it and provide the same account credentials.

This should update the license.

Upvotes: 1

You need to logout from the Visual Studio account (in VS2015) first, then log back in again. That resolves the problem.

Upvotes: 0

Iyla
Iyla

Reputation: 51

I found that hitting "check licence" didn't work after entering the trusted sites into IE (I added the technet and visual studio full domains as mentioned by Rob above) .

However, after I signed out and back in again with my MS account in Visual Studio it updated my licence automatically without having to manually check for it.

Simple fix but easily overlooked so thought I would mention it.

Upvotes: 0

Max
Max

Reputation: 1066

I had to reset Visual Studio's settings totally with:

Devenv.exe /ResetSettings

After that my license was detected correctly.

See this post on MSDN Forums for more details

Upvotes: 9

Rob
Rob

Reputation: 51

After scouring the web and trying just about anything I came I cross with no success, I managed to get the darned thing working. Here’s what worked for me perhaps it will help others as well.

1. From the top menu in VS select  Tools>options>web browsers
2. Click the “Select Internet Explorer options” button
3. Select the Security tab at the top
4. Click Trusted sites 
5. Click the Sites button
6. Add https://*.visualstudio.com 
7. Close the options window until you’re back to the VS IDE
8. From the help menu select “Register product”
9. If already signed in click the “Check for an updated license” else login first.

That should do it, if not try the option step as well. OPTIONAL if that fails repeat the steps above but on step 6 add https://*. technet.microsoft.com

Good luck.

Upvotes: 5

user2871239
user2871239

Reputation: 1582

I initially had the same issue as described above. When I logged in with my normally-valid account, I got 'Failed to download new licence'. We have a proxy server that requires credentials for some things: a clue is that I see an 'Enter credentials' button beneath the 'Featured Videos' column on the VS Start Page. After I'd clicked that button and entered my proxy credentials, I went back to the account settings page and checked for an updated licence and it downloaded successfully.

Upvotes: 1

Brit Clousing
Brit Clousing

Reputation: 361

I had this same problem. The Community Edition is free, but you have to sign into your Microsoft account to use it more than 30 days. Go to "https://account.microsoft.com/about" and signup for an account. It's free. When you complete the process, you can sign into Visual Studio using the same email address.

Upvotes: 25

Martin
Martin

Reputation: 81

I had the same problem using the small executable. I downloaded the .ISO and installed from that. Had no problems since.

Upvotes: 8

Related Questions