Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception from HRESULT: 0x80131515 #63

Open
mesbahkhan opened this issue Nov 27, 2021 · 3 comments
Open

Exception from HRESULT: 0x80131515 #63

mesbahkhan opened this issue Nov 27, 2021 · 3 comments

Comments

@mesbahkhan
Copy link

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)

@zspitz
Copy link
Owner

zspitz commented Nov 27, 2021

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

@UndisputedBasement33
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants