Hi everyone,
I’ve recently switched computers, and I’ve opened an old project of mine. It was giving me this CLR runtime error… so I’ve thought maybe I should try with a new project and import my code there.
I have tried using the rhino template to create a gh plugin, and I’ve tried to setup the visual studio file manually, looking for the rhinocommon, grasshopper and GH_IO dll files myself.
For simplicity, and to avoid the .net7 errors I’ve been reading about on rhino 8, this is a rhino 7 .net48 project.
It doesn’t matter how I set it up, I get the next error:
Managed Debugging Assistant ‘FatalExecutionEngineError’
Message=Managed Debugging Assistant ‘FatalExecutionEngineError’ : ‘El runtime detectó un error irrecuperable. La dirección del error fue 0x0de40da3, en el subproceso 0x3f44. El código de error es 0x80131623. Es posible que este error sea un error de CLR o de partes no seguras y no verificables de código de usuario. Entre los orígenes más habituales de este error se encuentran los errores de cálculo de referencias para la interoperabilidad COM o PInvoke, que pueden dañar la pila.’
I’m sorry that it’s in spanish.
Any idea what this could be? Thanks!