Hello all,
I watched this video made by Ehsan, trying to make a rhp, gha file. However, when I tried to build the package, an error message occurred saying “Failed getting NETFramework reference assemblies”.
Is your machine connected to the internet? The build mechanism needs to download references assemblies package from Nuget so that needs to be accessible. Would you mind running RhinoCodeLogs command and sharing the contents? There should be more info about the error there.
Okay seems like there is a Newtonsoft.Json dll conflict exist on your Rhino.
1: What plugins do have have installed? I’m trying to figure out if any other plugin loads a different version of Newtonsoft.Json.dll into Rhino
2: Are you running in NetCore or NetFramework? If you don’t know it is NetCore and you can use the SetDotnetFramework command to see what is the currently running runtime. I will add that to logs to I don’t have to ask this question anymore
I have installed Pufferfish, Peacock, ladybug, Human, Lunchbox, Elefront, Duck, Wallacei, and my customised components(but it is obfuscated). Does obfuscation matter? The script I am trying to run the “build package” doesn’t contain that component tho.
Yeah, currently using NetCore. and I’ve checked it using the “SetDotnetFramework” command.