-
Notifications
You must be signed in to change notification settings - Fork 11
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
The visualizer tool doesn't work - VS 2017 Enterprise #51
Comments
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. |
@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 |
@zspitz thank for your answer, but i put Stack trace is the same. |
@BrunoParrotta Your project is targeting .NET Framework 4.6.0, which only supports .NET Standard 1.0. Perhaps try the version in 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. |
@zspitz Thank you for your support, but it doesnt' work... |
Solved after download of framework .net472, because it wasn't installed on my pc. After solved this my little trouble i can say that this is a great tool! |
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? |
The error is
"Impossibile caricare il tipo 'System.ValueTuple`2' dall'assembly 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'."
at ParseTreeVisualizer.VisualizerData..ctor(Object o, Config config) in C:\projects\antlr4parsetreevisualizer\Shared\Models\VisualizerData.cs:line 192
at ParseTreeVisualizer.ObjectSource.TransferData(Object target, Stream incomingData, Stream outgoingData) in C:\projects\antlr4parsetreevisualizer\Shared\VisualizerDataObjectSource.cs:line 10
at Microsoft.VisualStudio.DebuggerVisualizers.ClrCustomVisualizers.ClrCustomVisualizerDebuggeeHost.TransferData(Object visualizedObject, Byte[] uiSideData)
Visual studio 2017 Enterprise - Version 15.9.17
.Net Framework 4.6.01055
AntlrRuntime DLL: version 4.6.5
The text was updated successfully, but these errors were encountered: