Hi @bharat ,
Welcome to Microsoft Q&A forum.
For old versions of Visual Studio such as Visual Studio 2012 and Visual Studio 2013, you may get this similar errors. The cause is related to TLS and certificate. I think you can try this: open the NuGet Package Management Console(Tools > NuGet Package Manager > Package Manager Console)(If you can find it in VS 2012. Not very sure if it exists in VS 2012, as VS 2012 is an old version of VS) => enter following command line:
<code>[Net.ServicePointManager]::SecurityProtocol=[Net.ServicePointManager]::SecurityProtocol-bOR [Net.SecurityProtocolType]::Tls12
Besides, please go to Tools > NuGet Package Manager > Package Manager Settings > Package Sources > and make sure that nuget.org( https://api.nuget.org/v3/index.json
) is selected, and no other invalid package sources are selected.
BTW, blue screen maybe indicate that there’s something wrong with your machine’s hardware.
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.