Exception from HRESULT: 0x80131515
I am getting this when I try to run in Visual Studio Pro with C# NetCore Antlr4.Runtime.Standard(4.9.3)
Could not load file or assembly 'ParseTreeVisualizer.Standard.Debugger, Version=1.0.92.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)
- What version of Visual Studio?
- What version of .NET Core?
- Is this an ASP.NET project?
Could you include the generated parser and lexer, as well as a text sample?
Hi, I'm getting the same error with VS 2019 or 2022 community. VS 2019 16.11.7 .NET Core 5 Antlr4.Runtime (4.6.6) I'm using the legacy release WPF application (C#)

Ok I could fix it with creating a folder "netcoreapp" in the Visualizers folder as explained here https://github.com/zspitz/ExpressionTreeVisualizer/wiki/Troubleshooting-visualizer-installation. But therefore I get now another error:
