ANTLR4ParseTreeVisualizer icon indicating copy to clipboard operation
ANTLR4ParseTreeVisualizer copied to clipboard

Exception from HRESULT: 0x80131515

Open mesbahkhan opened this issue 4 years ago • 3 comments

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)

mesbahkhan avatar Nov 27 '21 13:11 mesbahkhan

  • 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?

zspitz avatar Nov 27 '21 23:11 zspitz

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#)

image

UndisputedBasement33 avatar Nov 28 '21 16:11 UndisputedBasement33

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

UndisputedBasement33 avatar Nov 28 '21 17:11 UndisputedBasement33