-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VS2019 Updating License Issue #11
Comments
No issue in my case. What is the version of Visual Studio? When did you install it? |
Thanks for answering, |
This project works fine in my clean VS setup. I am using Microsoft Visual Studio Community 2019 Version 16.8.3 with .NET Framework Version 4.8.04161. |
I'm encountering the same thing. I've tried the deleted registry key and repair also and still no luck. I'm on Visual Studio 2019 Community 16.7.10. Build is 16.0.30816.78 D16.7. |
I am on VS2019 v16.0.3 and as OP described the tool is successful at updating the registry but it appears the older versions of v16/2019 look for the date in \09262 instead of \09278. So updating the LicenseMap at the top of VSCELicense.psm1 to be Found via trial an error. |
correct. maybe the scripts should iterate through all sub folders in the registry path, and choose the maximum one with all digits (instead of hex chars, there exists an folder named |
I'm trying to update the license of my VS2019 in a standalone PC. It "successfully" updates the license when I run Set-VSCELicenseExpirationDate and shows the "updated" license correctly when I run Get-VSCELicenseExpirationDate, but whenever I start Visual Studio, the "license gone sale" popup message immediately pops.
Any help would be appreciated
The text was updated successfully, but these errors were encountered: