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
171 stars 46 forks source link

What version do we need to target? #1

Closed atomboulian closed 4 years ago

atomboulian commented 4 years ago

First of all, thank you so much for creating this template!

Is this for .NET Framework 4.7? 4.5? .NET Core? (jk) I can't get the Microsoft.Dynamic or the Microsoft.Scripting libraries out of the box.

Googling led me here: https://stackoverflow.com/questions/1681005/how-to-use-microsoft-scripting-hosting which pointed me at https://www.nuget.org/packages/DynamicLanguageRuntime.Net40.Unofficial

So I installed that but then I couldn't Reference Microsoft.Scripting.Metadata. Couldn't find AdWindows either.

Will you please provide the target framework and whatever NuGet packages to install in the README? That would help me a lot.

Thanks!

//Ana

atomboulian commented 4 years ago

Install-Package DynamicLanguageRuntime -Version 1.2.2

atomboulian commented 4 years ago

AdWindows is uneeded - RevitAPI and RevitAPIUI should already have everything needed.

atomboulian commented 4 years ago

Okay I see these in the pictures in the customization section. Maybe providing that via text would help me in the earlier stages when I'm on the build step at the beginning of the README in the root of this project. But not completely necessary. Closing.