mitevpi / revit-wpf-template

Template for a Revit add-in using WPF and executing valid external commands within the Revit API context.
https://revit-wpf-template-docs.now.sh
MIT License
161 stars 44 forks source link

problem microsoft #8

Open Watchbm opened 2 years ago

Watchbm commented 2 years ago

When I clone your project I have a problem with a microsoft.scripting.metadata parser. You know the solution.I would appreciate.

mitevpi commented 2 years ago

Are you able to describe in more detail what your problem is? Ex. Is the reference not pointing to the right place, or is the solution not compiling? etc.

Any error or warning messages you may have would also be very helpful. Otherwise it is difficult for me to replicate the behavior and identify a fix.

Watchbm commented 2 years ago

Hi! Petr.I found the problem, my machine does not automatically read the (RubyBinding) addins route linked to Revit. I had to do it manually, load the reference, but for the class it was already compiled. I'm looking at your work and it's really great. Congratulations.

ryanlenihan commented 1 year ago

I know an old topic, but it's easy to make a mistake as the info on the web isn't clear. It's a simple fix. You need to install the DynamicLanguageRuntime nuget package:

image