-
Notifications
You must be signed in to change notification settings - Fork 78
loading the package Bug! #620
Copy link
Copy link
Open
Labels
Area: InteractiveThe issue is related to the AngouriMath.Interactive packageThe issue is related to the AngouriMath.Interactive packageBugA serious math/runtime errorA serious math/runtime error
Metadata
Metadata
Assignees
Labels
Area: InteractiveThe issue is related to the AngouriMath.Interactive packageThe issue is related to the AngouriMath.Interactive packageBugA serious math/runtime errorA serious math/runtime error
**The version I use **: 1.3.0 &1.4.0-1.4.0-preview.3
Unexpected behaviour or bug:
The following error was encountered while loading the package。
Error: Microsoft.DotNet.Interactive.KernelExtensionLoadException: Failure loading Kernel Extension
---> System.MissingMethodException: Method not found: 'Microsoft.DotNet.Interactive.DisplayedValue Microsoft.DotNet.Interactive.KernelInvocationContextExtensions.Display(Microsoft.DotNet.Interactive.KernelInvocationContext, System.Object, System.String)'.
at AngouriMath.InteractiveExtension.KernelExtension.Microsoft.DotNet.Interactive.IKernelExtension.OnLoadAsync(Kernel _arg1)
at Microsoft.DotNet.Interactive.App.PackageDirectoryExtensionLoader.LoadFromAssemblyFile(FileInfo assemblyFile, Kernel kernel, KernelInvocationContext context) in D:\a_work\1\s\src\dotnet-interactive\PackageDirectoryExtensionLoader.cs:line 124
--- End of inner exception stack trace ---