Hello @Nicolas Moreno ,
Welcome to Microsoft Q&A forum.
Please try to configure .NET Framework to support strong cryptography to use TLS 1.2 or enable TLS 1.0 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.
More details, see this doc: Configure for strong cryptography and this thread: Unable to login to VS 2013 upgrade 5.
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.
I was also having Visual Studio Crash when I tried to launch a recent project from the taskbar or from file explorer. These registry fixes stopped it from crashing.
Thank you very much, you helped me a loot
Thank you so much - just saved me from a big headache!
This worked perfect. No need to restart windows. Just add the registry and start visual studio 2013. Thanks !!!
Thank you it helped me..
This worked for one of my users also. Thanks.
Thanks for your help!XD
Sign in to comment
2 additional answers
Sort by: Most helpful
The SchUseStrongCrypto regedit fixed the issue for me.
Thank you!
Same here (Windows 10)
Sign in to comment
My answer is, quit using Microsoft altogether and switch to Java. How absurd it is to add an unnecessary road block to the developer by forcing him/her to log into a server on the Internet just to allow the use of the supposedly free IDE (Community edition) in the local machine. If for whatever reason the Internet is not available or, in my case, if the Microsoft server simply refuses log-ins for whatever fancy reason it has, the developer is completely and hopelessly out of luck and is not even able to view his/her own code.
The individual who came up with such an idiotic idea to force a remote login to use the local (free) IDE is either completely oblivious of the paralysis he can cause to many developers out there or is a low-IQ idiot who does not have a clue about when to integrate remote machines.
But I guess I asked for it. I still program using Microsoft now and then besides being aware of the degradation that their products are going through. If one cares, just compare Microsoft Word before the 2013 version and the versions of today. They broke their own rules by placing gigantic tiles on their menus and making much harder to discover features. Also, all applications on Windows have the title bar colors blending with the background, only causing confusion.
I bet no one at Microsoft will care about this comment. I bet it will be deleted and forgotten forever because this Microsoft generation has much lower IQ than the generation prior 2000.
I have to agree with Fernando.
I assumed this was some sort of licensing problem and spent a morning trying to attempt to contact Microsoft support, but it was virtually impossible to reach anyone who could help.
This fixed the problem for me.
Oh right, let's write java for SharePoint then shall we? Your comments are so unhelpful and waste of my time reading!
Sign in to comment
Activity