I get the following message and cannot proceed to do any other work within Visual Studio 2017 RC : This prerelease has ended. This prerelease has expired. Thank you for your participation. Upgrade to the latest version of this product to keep working without interruption.
Upgrade your prerelease Check for an updated license.
No other options on the screen work. ie. "Upgrade your prerelease" or "Check for an updated license. I currently have a valid MSDN license, so this should not be an issue.
Update: The VS team has fixed the issue on their end. You do not need to perform these steps, simply check for an updated license. (I'm leaving this answer up in case there is a regression in the future.)
Install Fiddler and turn on HTTPS decryption. Create an AutoResponder rule that matches:
regex:(https://app.vssps.visualstudio.com/_apis/Licensing/ClientRights/VisualStudio.*)prerelease(.*)
And replaces with:
$1release$2
With that rule enabled, check for a license again. You should wind up with a trial license that will last until April.
Fiddler should look similar to this when configured (intercepted requests shown on the left):
My HTTPS configuration in Tools->Telerik Fiddler Options
looks like:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With