English 中文(简体)
您的驾照已经失效, 必须更新。 请检查更新的驾照以继续使用此产品 。
原标题:Your license has gone stale and must be updated. Check for an updated license to continue using this product. - Visual Studio 2017
Though I have valid visual studio subscription, I am getting the below error: I tried to reenter the credentials. After entering the credential, it is not pointing to the right page. Please suggest.
最佳回答
As I have a valid visual studio subscription, I followed the following steps and validated myself for VS 2017: Log in to the link: https://my.visualstudio.com/ProductKeys with visual studio subscription credentials. Search for Visual Studio Professional 2017, Claim the license and copy it Click on "Unlock with a Product Key" and apply the license. That s it. License validation successful. I am using the VS 2017.
问题回答
Run Visual Studio 2017 1. Before the sign in dialogue comes up quickly select Tools -> Options 2. Go to Environment -> Accounts 3. Select "Enable device code flow when adding or re-authenticating an account" 4. Click OK 5. Login through a browser Visual studio will give you a link to follow and a code to authenticate. When you follow the link, you simply enter the code and everything is fixed. You may have to close and re-open Visual Studio. Cannot sign into Visual Studio 2017
I just had the same problem. We had changed from one email account to another. The section on the right showed the new account but clicking on the update option gave the same error as above, even though it showed the new account correctly I noticed that the section on the left still showed the old account. So I updated that, then I clicked on the option on the right again and this time it worked
Seems like an active directory issue based on the error. https://learn.microsoft.com/en-us/azure/active-directory/user-help/user-help-device-remediation




相关问题
building .net applications without Visual Studio

I m interested to hear about people working with building .net applications using MSBuild, NAnt or similar tools. What are you using, why are you using it instead of the VS IDE? I like to use ...

Tips for debugging a made-for-linux application on windows?

I m trying to find the source of a bug I have found in an open-source application. I have managed to get a build up and running on my Windows machine, but I m having trouble finding the spot in the ...

Visual Studio 2010 Beta 2: Can I print in color?

I have to turn in a hard copy of some code with an assignment. Is there any way in Visual Studio 2010 to print C# source code with syntax highlighting? PS: The assignment is solving a math problem, ...

Set Select command in code

On button Click I want to Set the Select command of a Gridview. I do this and then databind the grid but it doesn t work. What am i doing wrong? protected void bttnView_Click(object sender, ...

WPF design-time context menu

I am trying to create a custom wpf control, I m wondering how I can add some design-time features. I ve googled and can t seem to get to my goal. So here s my simple question, how can I add an entry ...

热门标签