Giter Site home page Giter Site logo

Comments (7)

zspitz avatar zspitz commented on June 17, 2024

As an immediate workaround, you could download the NuGet ValueTuple package and extract the dlls into the visualizer folder.

I'll look into a more permanent solution.

from antlr4parsetreevisualizer.

zspitz avatar zspitz commented on June 17, 2024

@BrunoParrotta I'm guessing this is because you're targeting .NET Framework 4.7.2, and value tuples were only introduced in 4.7.

If you open the above-mentioned NuGet package with an archiver, you want lib\net461\System.ValueTuple.dll.

from antlr4parsetreevisualizer.

BrunoParrotta avatar BrunoParrotta commented on June 17, 2024

@zspitz thank for your answer, but i put
System.ValueTuple.Dll got from system.valuetuple.4.5.0.nupkg
in the same directory of Antlr4.Runtime.ParseTreeVisualizer
but it doesn't work.... :_-(

Stack trace is the same.

from antlr4parsetreevisualizer.

zspitz avatar zspitz commented on June 17, 2024

@BrunoParrotta Your project is targeting .NET Framework 4.6.0, which only supports .NET Standard 1.0. Perhaps try the version in lib\netstandard1.0\?

I apologize for trying to find these hacky workarounds; I don't have the time right now to give this issue the attention it deserves. Perhaps in a few days.

from antlr4parsetreevisualizer.

BrunoParrotta avatar BrunoParrotta commented on June 17, 2024

@zspitz Thank you for your support, but it doesnt' work...
Any other ideas?

from antlr4parsetreevisualizer.

BrunoParrotta avatar BrunoParrotta commented on June 17, 2024

Solved after download of framework .net472, because it wasn't installed on my pc.
I thought it was....
this is the link. https://dotnet.microsoft.com/download/dotnet-framework/thank-you/net472-web-installer

After solved this my little trouble i can say that this is a great tool!
Congratulations for the work done!

from antlr4parsetreevisualizer.

zspitz avatar zspitz commented on June 17, 2024

That's great to hear, and I'm sorry I wasn't able to give this the attention it deserved.

Just to confirm: your project is still targeting 4.6.0?

from antlr4parsetreevisualizer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.