question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Missing Method Issue with 4.0.6

See original GitHub issue

Describe 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:

  1. Go to this repo: https://github.com/JasonBock/Collatz
  2. Load the Demo.ipynb file in the Collatz directory
  3. 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:closed
  • Created 4 months ago
  • Comments:10 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
zyzhucommented, May 17, 2023

Thanks. I just noticed my notebook with XPlot was broken in the past week. It is fixed now.

1reaction
cartermpcommented, May 17, 2023

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found