ReadableExpressions icon indicating copy to clipboard operation
ReadableExpressions copied to clipboard

Extension: "An unhandled exception of type 'System.ArgumentException' was thrown by the custom visualizer component in the process being debugged" when clicking "View" on a Func (not Expression)

Open IanKemp opened this issue 1 year ago • 1 comments

Extension version: 4.6.0 (latest as at time of writing) Visual Studio version: 2022 Professional 17.9.2 (latest as at time of writing)

image

The following is also logged in the Output window:

System.MissingMethodException thrown when loading the VisualizerAssemblyLoadContext. Message: Cannot dynamically create an instance of type 'Microsoft.VisualStudio.NetCoreAssemblyResolution.VisualizerAssemblyLoadContext'. Reason: No parameterless constructor defined.

IanKemp avatar Mar 05 '24 12:03 IanKemp