help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Dotnet core run error on eshell


From: Edhoari Setiyoso
Subject: Dotnet core run error on eshell
Date: Fri, 9 Nov 2018 11:18:55 +0700

Hi all,

I'm newbie on emacs and I really love it. Wondering if anyone had the same
problem or perhaps could point me in the right direction.

I'm working on a simple dotnet core project and strangely enough it won't
run on eshell or any inferior shell but it runs just fine on regular
terminal.

I'm on Debian 9 Stretch x86-64 using emacs binary from appimage.

$ dotnet run

Unhandled Exception: System.AggregateException: One or more errors
occurred. (An exception occurred during a WebClient request.) --->
System.Net.WebException: An exception occurred during a WebClient request.
---> 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.DllNotFoundException:
Unable to load DLL 'System.Net.Http.Native': The specified module or one of
its dependencies could not be found.
 (Exception from HRESULT: 0x8007007E)
   at Interop.Http.GetSslVersionDescription()
   at Interop.HttpInitializer..cctor()
   --- End of inner exception stack trace ---
   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.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
   at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult
result)
   at System.Net.WebClient.<GetWebResponseTaskAsync>d__112.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
   at
System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()
   at System.Net.WebClient.<DownloadBitsAsync>d__150.MoveNext()
   --- End of inner exception stack trace ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at MyAsyncTest.Program.<TestDownloadAsync>d__1.MoveNext() in
/media/Collibri/MyWorkspace/Personal/ProgrammingSketch/CSharp/MyAsyncTest/Program.cs:line
36
   --- End of inner exception stack trace ---
   at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean
includeTaskCanceledExceptions)
   at System.Threading.Tasks.Task`1.GetResultCore(Boolean
waitCompletionNotification)
   at MyAsyncTest.Program.Main(String[] args) in
/media/Collibri/MyWorkspace/Personal/ProgrammingSketch/CSharp/MyAsyncTest/Program.cs:line
27

Best Regards
-- 
Edhoari Setiyoso


reply via email to

[Prev in Thread] Current Thread [Next in Thread]