Skip to content

Throwing NotSupported exception on VS 2022 17.11.1 #20

Open
@77

Description

@77

This was working previously but not working on Visual Studio Enterprise 2022 v17.11.1.

An unhandled exception of type 'System.NotSupportedException' was thrown by the custom visualizer component in the process being debugged.

This method is not supported when using the formatter policy 'Legacy'.

at Microsoft.VisualStudio.DebuggerVisualizers.VisualizerObjectSource.Serialize(Stream serializationStream, Object target)
   at Microsoft.VisualStudio.DebuggerVisualizers.VisualizerObjectSource.GetData(Object target, Stream outgoingData)
   at Aberus.VisualStudio.Debugger.ImageVisualizer.ImageVisualizerBitmapObjectSource.GetData(Object target, Stream outgoingData)
   at Microsoft.VisualStudio.DebuggerVisualizers.DebuggeeSide.Impl.ClrCustomVisualizerDebuggeeHost.GetData(Object visualizedObject)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions