dimven / NavisPythonShell

An IronPython console for Navisworks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compile broken: missing DLLs

sanzoghenzo opened this issue · comments

Hi,
I'm using navisworks Manage 2017 and had some trouble building the plugin from sources.
You forgot to copy the RequiredLibraries folder from RevitPythonShell, or at least the two assemblies:

  • WPG.dll
  • System.Windows.Controls.WpfPropertyGrid.dll

I don't know where they come from or if it's possible to add them via NuGet.
With these two references in place I was able to build and run the plugin in NV 2017.

Thanks for pointing that out. I think that RPS got them originally from some now defunct projects at https://www.codeproject.com/

I've added the folder with all required external assemblies.