Skip to content
This repository has been archived by the owner on Nov 20, 2019. It is now read-only.

dotnet restore - failed #215

Closed
CreativeManix opened this issue Mar 10, 2016 · 2 comments
Closed

dotnet restore - failed #215

CreativeManix opened this issue Mar 10, 2016 · 2 comments

Comments

@CreativeManix
Copy link

Installed on MAC OS.

Executed 'dotnet new'
then 'dotnet restore'

it throws following error

error: Unable to load the service index for source https://api.nuget.org/v3/index.json.
error:   The type initializer for 'Crypto' threw an exception.
error:   Unable to load DLL 'System.Security.Cryptography.Native': The specified module could not be found.
error:    (Exception from HRESULT: 0x8007007E)```
@mmitche
Copy link
Member

mmitche commented Mar 10, 2016

I think this belongs in....cli or coreclr maybe? @piotrpMSFT

@CreativeManix
Copy link
Author

I have not installed openssl, missed to notice the waring on installation.

brew install openssl
fixes this issue.

Following link helped me
https://github.com/dotnet/cli/issues/1161#issuecomment-178899484

@mmitche mmitche closed this as completed Jun 3, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants