4.0.3, 4.0.4 don't load into latest .NET Interactive
See original GitHub issueI think the .NET Interactive API has changed. I fear this is going to be a huge problem going forward.
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 XPlot.Plotly.Interactive.KernelExtension.Microsoft.DotNet.Interactive.IKernelExtension.OnLoadAsync(Kernel kernel)
at Microsoft.DotNet.Interactive.Extensions.AssemblyBasedExtensionLoader.LoadFromAssembly(FileInfo assemblyFile, Kernel kernel, KernelInvocationContext context) in C:\a\_work\1\s\src\Microsoft.DotNet.Interactive\Extensions\AssemblyBasedExtensionLoader.cs:line 132
--- End of inner exception stack trace ---
Issue Analytics
- State:
- Created 2 years ago
- Comments:9
Top Results From Across the Web
Update 4.0.3 for Microsoft .NET Framework 4 – Runtime ...
Describes an update for the .NET Framework 4 runtime. This update includes some new features that are based on some requests from a...
Read more >Net 4.0 will not load
I've tried re-installing a brand new windows version, I've turned all .net features off, then back on, I've followed every error instruction I ......
Read more >NET 4.0 compiled application attempts to load .NET 4.8 ...
I have a legacy WPF application where I had to do some adjustments and which must be compiled to .NET 4.0 (because it...
Read more >Fix for Server error .Net Framework 4 is Already ... - YouTube
Here is the command I used DISM / Online /Enable-Feature ... currently turned off. and To run this application you must first install...
Read more >How to reinstall .NET Framework 4/4.6 on Windows 10?
Try installing this official version. . NET Framework 4.0 can't be reinstalled on Windows 10 because it's integrated into the OS.
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
I think this is an upstream issue - I updated this yesterday and confirmed that 4.0.4 worked with the latest .NET Interactive then.
Dope!