vs2013 community can not update the license

vasilis milingos 31 Reputation points
2022-05-05T19:04:25.343+00:00

![199382-vs2013-error.png][1]
[1]: /api/attachments/199382-vs2013-error.png?platform=QnA

hello,
I am trying to see old code in a project that can not be moved to a newer version of visual studio
when I go into vs2013 I get the error in the attached image.

  • cant login cause the login server is down
  • cant update license either

it does not allow me to load my project either but it automatically closes visual studio
can you help?

Developer technologies | Visual Studio | Setup
0 comments No comments
{count} vote

Accepted answer
  1. Tianyu Sun-MSFT 34,441 Reputation points Microsoft External Staff
    2022-05-06T02:07:18.727+00:00

    Hi @vasilis milingos ,

    Welcome to Microsoft Q&A forum.

    You need to enable/add TLS 1.0 or configure .NET Framework to support strong cryptography to use TLS 1.2 from registry.

    Please check this thread: Visual Studio 2013 Pro - The online service is not available.

    For configuring to support strong cryptography > press Windows key + R > type regedit > navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\.NetFramework\v4.0.30319 > add a new registry entry named SchUseStrongCrypto > set its type to DWord > set its value = 1.(or creating a new registry entry by using PS command)

    For enabling TLS 1.0 > press Windows key + R > type regedit > navigate to Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols > TLS 1.0 > Client > Enabled DWord value 1.

    Have a great day.

    Best Regards,
    Tianyu

    • If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
      Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
    12 people found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. msuser 1 Reputation point
    2023-06-11T08:13:04.32+00:00
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.