zspitz / ExpressionTreeVisualizer

Debugging visualizer for expression trees
MIT License
339 stars 26 forks source link

Cannot use the visualizer in VS2019 Enterprise 16.3.5 #96

Closed xuzhg closed 5 years ago

xuzhg commented 5 years ago

Describe the bug
I got the following error dialog:

image

To Reproduce
Steps to reproduce the behavior:

  1. Debug an Unit test

  2. Stop on Expression

  3. Click:

image

  1. Got the error dialog
zspitz commented 5 years ago

@xuzhg @Matt500b I'm sorry for the delay; I've been unavailable for the past few days.

  1. What version of Visual Studio are you using? (it's in the title)
  2. Is this a .NET Framework project, or a .NET Core project? What version or versions is the project targeting?
xuzhg commented 5 years ago

@zspitz Thanks for response.

Actually, I resolved my Expression problem. But i can share the detail about using the visualizer.

For the VS version, it's listed on the title: VS2019 Enterprise 16.3.5

For the project, my lib is .NetStandard 2.0, my test project is .netcoreapp 2.0.

zspitz commented 5 years ago

@xuzhg @Matt500b Is the file unblocked?

xuzhg commented 5 years ago

@zspitz No, I did not unblock it. Let me try later.

xuzhg commented 5 years ago

@zspitz It works.

I put the unblocked dlls into the following folders, meanwhile i created a subfolder named "netstandard2.0" and copy the dlls into this folder too.

image

zspitz commented 5 years ago

@xuzhg Thanks.

Closing as related to unblocked files.