ICSharpCore icon indicating copy to clipboard operation
ICSharpCore copied to clipboard

Kernel fails to start

Open sdwfrost opened this issue 5 years ago • 3 comments

I get the following error (with both Windows 10 + .NET 2.1 and WSL + .NET 2.2) when launching the CSharpCore kernel.

No executable found matching command "dotnet-<PATH>/ICSharpCore.dll"

sdwfrost avatar Sep 06 '19 18:09 sdwfrost

Hello, @sdwfrost. The PATH should be replaced with the actual location of the assembly.

kerryjiang avatar Sep 06 '19 19:09 kerryjiang

Dear @kerryjiang

Thanks - things weren't documented in the README. I assume that one has to edit the kernel.json file manually to point to the assembly? Would it also be possible to put details of the build process for the assembly in the README.md?

sdwfrost avatar Sep 07 '19 00:09 sdwfrost

Good point. We also recommend you to use SciSharpCube: https://github.com/SciSharp/SciSharpCube

kerryjiang avatar Sep 07 '19 02:09 kerryjiang