VS2013 Community Can not Sign In

bharu jeeva 6 Reputation points
2022-05-18T14:03:56.827+00:00

203220-image-2022-05-18t06-11-28-094z.png

Using visual studio 2013 community version for development. We could not sign in this version as it through the attached error. (The Online service is not available, Please try again later).

Kindly give me solution for this error.

Thank You

Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
971 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Anna Xiu-MSFT 25,891 Reputation points Microsoft Vendor
    2022-05-20T03:17:34.397+00:00

    Hi @bharu jeeva ,

    Welcome to Microsoft Q&A!

    From the similar issue, please try to enable/add TLS 1.0 or configure .NET Framework to support strong cryptography to use TLS 1.2 from registry:

    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.

    Sincerely,
    Anna
    *
    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.

    5 people found this answer helpful.

  2. Michael Taylor 48,821 Reputation points
    2022-05-18T14:57:08.69+00:00

    VS 2013 has been out of support for over 5 years. You cannot use it anymore and thus the registration system won't work. There is no support provided for this software anymore.

    You should upgrade to the latest VS 2022 Community edition instead. It is also free, has the same registration requirements and provides all the same functionality. Note that VS 2022 is Win 10+ only so if you're running an older OS then you cannot use it. The alternative is to download (from the same link) the VS 2019 version of Community. It requires Win 7 SP1+.

    If you cannot meet either of these requirements then you are out of luck. VS 2013 isn't going to work anymore.