Home > Mobile >  Can i overwrite visual studio community 2022 license from another computer?
Can i overwrite visual studio community 2022 license from another computer?

Time:11-25

I copied all visual studio community 2022 files from one computer to another, it is working good in the first computer, in the second computer, when I launch it, everything work good but it required prerelease software license!. I signed to new account and trying to check for updates but the error message ("we could not download updated license , check your network connection or proxy").

How can I solve this? Can I copy the license code or file or whatever from the other computer which works good?

CodePudding user response:

From visual studio 2019, the installation method has some changes. You can't copy visual studio from one pc to another directly. This way becomes more difficult than before. But still there are some ways to doing that. The best way which recommended in Microsoft documentation named offline installation https://docs.microsoft.com/en-us/visualstudio/install/create-an-offline-installation-of-visual-studio?view=vs-2022 this will help you find some workaround solutions for your issues.

  • Related