Isopod problem in Rhino 9 WIP

I get this error in Rhino 9 WIP. The component goes red a few seconds after placing it on the canvas. Can you please take a look?

Also another issue: the toolbar in Rhino 9 WIP is missing the Meshing components at the left:

1 Like

@DanielPiker can you please take a look?

An error occured during GHA assembly loading:
  Path: C:\Users\martinsiegrist\AppData\Roaming\McNeel\Rhinoceros\packages\9.0\Isopod\1.0.4.1\Isopod.gha
  Exception System.IO.FileNotFoundException: 
  Message: Die Datei oder Assembly "System.Drawing.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" oder eine Abhängigkeit davon wurde nicht gefunden. Das System kann die angegebene Datei nicht finden.

@martinsiegrist I think you might be running Rhino 9 WIP in .NET Framework (4.8) mode, and Isopod is only compiled for .NET 7. If you use SetDotNetRuntime, you should be able to switch it back to .NET Core mode which should get this working again. If you’ve modified your shortcut to add /netfx as an argument you’ll have to remove that.

It might be worth it to get Isopod multi-targeted so it can run in either framework.

3 Likes

Before:

Now:

Thanks Curtis, that’s it.

1 Like