all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Edhoari Setiyoso <edhoari.s@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Dotnet core run error on eshell
Date: Fri, 9 Nov 2018 11:18:55 +0700	[thread overview]
Message-ID: <CAFFWFahU24VNdJn6+7-CcW7j-iebKE33qZLj-it_28Lqpe9_Dg@mail.gmail.com> (raw)

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	other threads:[~2018-11-09  4:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-09  4:18 Edhoari Setiyoso [this message]
2018-11-09  5:44 ` Dotnet core run error on eshell Yuri Khan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAFFWFahU24VNdJn6+7-CcW7j-iebKE33qZLj-it_28Lqpe9_Dg@mail.gmail.com \
    --to=edhoari.s@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.