Skip to content

Instantly share code, notes, and snippets.

@jraczak
Created September 7, 2016 22:11
Show Gist options
  • Save jraczak/620f13ffb4dc9afd37f0b00e8ca3023d to your computer and use it in GitHub Desktop.
Save jraczak/620f13ffb4dc9afd37f0b00e8ca3023d to your computer and use it in GitHub Desktop.
Error: The type initializer for 'System.Net.Http.CurlHandler' threw an exception.
Error: System.TypeInitializationException: The type initializer for 'System.Net.Http.CurlHandler' threw an exception. ---> System.TypeInitializationException: The type initializer for 'Http' threw an exception. ---> System.TypeInitializationException: The type initializer for 'HttpInitializer' threw an exception. ---> System.TypeInitializationException: The type initializer for 'CryptoInitializer' threw an exception. ---> System.DllNotFoundException: Unable to load DLL 'System.Security.Cryptography.Native': The specified module could not be found.
(Exception from HRESULT: 0x8007007E)
at Interop.CryptoInitializer.EnsureOpenSslInitialized()
at Interop.CryptoInitializer..cctor()
--- End of inner exception stack trace ---
at Interop.CryptoInitializer.Initialize()
at Interop.HttpInitializer..cctor()
--- End of inner exception stack trace ---
at Interop.HttpInitializer.Initialize()
at Interop.Http..cctor()
--- End of inner exception stack trace ---
at Interop.Http.GetSupportedFeatures()
at System.Net.Http.CurlHandler..cctor()
--- End of inner exception stack trace ---
at System.Net.Http.CurlHandler..ctor()
at Microsoft.AppHub.TestCloud.Services.TestCloudProxy..ctor(Uri endpointUri, ILoggerService loggerService) in /Users/Shared/Jenkins/jobs/Uploader master/workspace/AppHub/src/AppHub.TestCloud/Services/TestCloudProxy.cs:line 40
at Microsoft.AppHub.TestCloud.Commands.UploadAppiumTestsCommandExecutor..ctor(UploadTestsCommandOptions options, ILoggerService loggerService, LogsRecorder logsRecorder) in /Users/Shared/Jenkins/jobs/Uploader master/workspace/AppHub/src/AppHub.TestCloud/Commands/UploadAppiumTestsCommandExecutor.cs:line 50
at Microsoft.AppHub.TestCloud.Commands.UploadTestsCommand.CreateCommandExecutor(IDictionary`2 options, IServiceProvider serviceProvider) in /Users/Shared/Jenkins/jobs/Uploader master/workspace/AppHub/src/AppHub.TestCloud/Commands/UploadTestsCommand.cs:line 52
at Microsoft.AppHub.Cli.Program.Main(String[] args) in /Users/Shared/Jenkins/jobs/Uploader master/workspace/AppHub/src/AppHub.Cli/Program.cs:line 26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment