Grasshopper Loading Errors

Problems when upgrading rhino7 to rhino8 Translation.
When launching Grasshopper, I receive a plugin loading error but can’t find the problematic plugin. Can anyone help me fix this? Thanks.
Uploading: Snipaste_2024-11-25_11-20-28.png…

Object: GH_EquiComponent2D (level 1)
{
Exception has been thrown by the target of an invocation.
TargetInvocationException
}

Object: GH_EquiComponent2D (level 2)
{
The type initializer for ‘’ threw an exception.
TypeInitializationException
}

Object: GH_EquiComponent2D (level 3)
{
Method not found: ‘System.Reflection.Emit.AssemblyBuilder System.AppDomain.DefineDynamicAssembly(System.Reflection.AssemblyName, System.Reflection.Emit.AssemblyBuilderAccess)’.
MissingMethodException
}

Object: GH_FieldLinesComponent2D (level 1)
{
Exception has been thrown by the target of an invocation.
TargetInvocationException
}

Object: GH_FieldLinesComponent2D (level 2)
{
The type initializer for ‘’ threw an exception.
TypeInitializationException
}

Object: GH_FieldLinesComponent2D (level 3)
{
Method not found: ‘System.Reflection.Emit.AssemblyBuilder System.AppDomain.DefineDynamicAssembly(System.Reflection.AssemblyName, System.Reflection.Emit.AssemblyBuilderAccess)’.
MissingMethodException
}

Object: GH_FieldLinesComponent3D (level 1)
{
Exception has been thrown by the target of an invocation.
TargetInvocationException
}

Object: GH_FieldLinesComponent3D (level 2)
{
The type initializer for ‘’ threw an exception.
TypeInitializationException
}

Object: GH_FieldLinesComponent3D (level 3)
{
Method not found: ‘System.Reflection.Emit.AssemblyBuilder System.AppDomain.DefineDynamicAssembly(System.Reflection.AssemblyName, System.Reflection.Emit.AssemblyBuilderAccess)’.
MissingMethodException
}

Object: GH_FieldLinesComponent2D_rot (level 1)
{
Exception has been thrown by the target of an invocation.
TargetInvocationException
}

Object: GH_FieldLinesComponent2D_rot (level 2)
{
The type initializer for ‘’ threw an exception.
TypeInitializationException
}

Object: GH_FieldLinesComponent2D_rot (level 3)
{
Method not found: ‘System.Reflection.Emit.AssemblyBuilder System.AppDomain.DefineDynamicAssembly(System.Reflection.AssemblyName, System.Reflection.Emit.AssemblyBuilderAccess)’.
MissingMethodException
}

Similar issue here

GH_ReadSectionJSON_Xomponent (Level 1)

@DavidRutten

Hi -
You can use the Rhino GrasshopperLoadOneByOne command to disable loading of plug-ins. That would help you figuring out which one is throwing errors.
-wim