Missing Method Issue with 4.0.6
See original GitHub issueDescribe the bug I just tried to run a notebook that uses the 4.0.6 version with the latest .NET Interactive version and I’m getting an error.
To Reproduce Steps to reproduce the behavior:
- Go to this repo: https://github.com/JasonBock/Collatz
- Load the Demo.ipynb file in the Collatz directory
- Try to run the code that loads the NuGet packages
Expected behavior The packages load
Screenshots I get this error:
Error: Failed to load kernel extension "KernelExtension" from assembly C:\Users\jason\.nuget\packages\xplot.plotly.interactive\4.0.6\interactive-extensions\dotnet\XPlot.Plotly.Interactive.dll
Error: Microsoft.DotNet.Interactive.KernelExtensionLoadException: Failure loading Kernel Extension
---> System.MissingMethodException: Method not found: 'Microsoft.DotNet.Interactive.DisplayedValue Microsoft.DotNet.Interactive.KernelInvocationContextExtensions.DisplayAs(Microsoft.DotNet.Interactive.KernelInvocationContext, System.String, System.String, System.String[])'.
at XPlot.Plotly.Interactive.KernelExtension.Microsoft.DotNet.Interactive.IKernelExtension.OnLoadAsync(Kernel kernel)
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 116
--- End of inner exception stack trace ---
Other information: .NET Interactive
© 2020 Microsoft Corporation Version: 1.0.425803+1db2979099d0272660e1497cae9b9af1238db42f Library version: 1.0.0-beta.23258.3+1db2979099d0272660e1497cae9b9af1238db42f Build date: 2023-05-17T01:00:47.7496054Z https://github.com/dotnet/interactive
Issue Analytics
- State:
- Created 4 months ago
- Comments:10 (1 by maintainers)
Top Results From Across the Web
System.MissingMethodException: Method not found?
This is a problem which can occur when there is an old version of a DLL still lingering somewhere around. Make sure that...
Read more >BitmapComboBox misses Popup method · Issue #1307
Successfully merging a pull request may close this issue. Add some missing methods in BitmapComboBox wxWidgets/Phoenix. 2 participants.
Read more >Known issues in IBM Rational Quality Manager 4.0.6 and ...
Subcategory values are missing from imported process templates; TCERs cannot be generated for a large number of test cases at one time ·...
Read more >Changelog for Groovy 4.0.0
propertyName gives a MissingMethodException when the property is a boolean and uses the ... getPropertyOnSuper fails with method missing for getProperty ...
Read more >WPML Translation of a page goes missing when ...
Hello, I noticed this strange behavior on one of my clients' website (French is the main language) where a page created in a...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks. I just noticed my notebook with XPlot was broken in the past week. It is fixed now.
No need to apologize! Use what works for you 😃
I’ll tee up a PR today and see if I can publish a new NuGet