Closed pabloderen closed 6 years ago
Issue solved coping HtmlAgilityPack.dll version 1.4.9.5 into %APPDATA%\Dynamo\Dynamo Revit\1.3\packages\Archi-lab_Mandrill\bin
Well, that file would be automatically placed in that location if you were to install it from the package manager. I don't believe that I have seen these kinds of issues before.
@ksobon - are you copying everything needed from the project references
in the post-build steps ?
that's where I typically copy over these reference DLL
s to the %APPDATA%\...\PackageName-Dev\bin
location to enable testing the dev
package alongside the production
one published on the package manager.
my bad...i misunderstood the complain. Yes, if building from source, I might have missed that copy statement. I thought that package was installed from package manager and was missing files. That should not have happened. I will check this out.
@ksobon @radumg Maybe I explain it wrong. The issue happens using the version downloaded from the dynamo package manager. It seems HtmlAgilityPack.dll was not included with the other dlls in \bin. When i said "issue solved", I didn't built from source . Just downloaded HtmlAgilityPack.dll 1.4.9.5 with NuGet and paste it on the package folder.
@pabloderen now I know what's up. Ok, i will check this out. Thanks for reporting.
@pabloderen I added that missing DLL to the package and posted an update 2018.0.1 Thanks for reporting.
Dynamo crashes when clicking on "Save HTML" button. The chart works using the "Show Window". According to exception HtmlAgilityPack.dll is not found. Only version on system is located here C:\Windows\assembly\NativeImages_v4.0.30319_64 .
Trying compiling from github
Revit 2017.1 Dynamo 1.3.1.1736 Archi-lab_Mandrill 2017.12.4 (through Dynamo package manager)