Grasshopper

algorithmic modeling for Rhino

Hi All,

I am using the C# component and it won't load a reference assembly. What is causing this? I have attached the dll below. It is for Parse Cloud Database. Any thoughts? I have tried putting the dll in the rhino System folder to no avail.

thank you,

-Zach

Views: 1673

Attachments:

Replies to This Discussion

Did you unblock it? I can load it here. what .NET version are you running?

Aha! No, I hadn't unblocked it. That seems to fix it. Thank you for your help!

Now, it tells me that the type 'System.Object" is defined in an assembly  that is not referenced. You must add a reference to assembly 'system.runtime' 

Is there a way to add 'using system.runtime' ?

System.Object should be available to anything and everything that is even remotely associated with .NET. If this type cannot be loaded something very serious is wrong. Could it be that the Parse.dll is build against a newer version of .NET than you have running?

Also 'system.runtime' is not a core assembly as it does not conform to Microsoft naming standards (should be System.Runtime). Is that a typo on your part or does it really say 'system.runtime'?

that is a typo on my part. It is "System.Runtime". Thanks, I'll take a look.

I have also tried running Rhino as an admin. Still didn't work.

Hi Zach, I'm also trying load a couple of Dll's and I'm getting the same error. I've unblocked the Dll's. Were you able to solve your issue?

Hi Charles, no I never found a solution. Sorry. 

RSS

About

Translate

Search

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service