Grasshopper Plugin IO Error

Hi,

I’ve been working with idea statica plugin in grasshopper since the past couple of months with no issues so far. However, now i’m facing the IO error which does not load the plugin into grasshopper environment. Following are the details:

An error occured during GHA assembly loading:
Path: C:\Users\xxxxxxxx\AppData\Roaming\McNeel\Rhinoceros\packages\8.0\IDEAStatiCa\0.2.0\IdeaStatiCaGrasshopper.gha
Exception System.IO.FileNotFoundException:
Message: Could not load file or assembly ‘System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’ or one of its dependencies. The system cannot find the file specified.

I tried repairing and re-installing rhino which did not help. I’ve checked the file at the given location which exists and has full read and write access to the specified folder. Let me know if anyone has faced similar issues.

Seems this is a old plugin that use NET Framework 4.8 and didn’t target to NET 7.0.
Try SetDotNetRuntime command and change it to Framework 4.8.

1 Like

You’re a savior