rh6attrCS Errors at start

Happy Tuesday!

I don’t think these errors are actually affecting anything, but I was just curious what they are and if I need to be concerned about them.

The text is below:

Object: rh6attrCS (level 1)
{
Exception has been thrown by the target of an invocation.
TargetInvocationException
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. —> System.MissingMethodException: Method not found: Grasshopper.Kernel.IGH_Param .GH_ParamManager.get_Item(int)
at Grasshopper.Kernel.GH_Component.PostConstructor () [0x0000d] in :0
at Grasshopper.Kernel.GH_Component…ctor (System.String name, System.String nickname, System.String description, System.String category, System.String subCategory) [0x0005b] in :0
at MyProject6.rh6attrCS…ctor () [0x00007] in <31b2f18e33aa4c998a0a14d1d73cb62e>:0
at (wrapper managed-to-native) System.Reflection.RuntimeConstructorInfo.InternalInvoke(System.Reflection.RuntimeConstructorInfo,object,object,System.Exception&)
at System.Reflection.RuntimeConstructorInfo.InternalInvoke (System.Object obj, System.Object parameters, System.Boolean wrapExceptions) [0x00005] in <467630c6b1e748faacf9a4dab46e0164>:0
— End of inner exception stack trace —
at System.Reflection.RuntimeConstructorInfo.InternalInvoke (System.Object obj, System.Object parameters, System.Boolean wrapExceptions) [0x0001a] in <467630c6b1e748faacf9a4dab46e0164>:0
at System.RuntimeType.CreateInstanceMono (System.Boolean nonPublic, System.Boolean wrapExceptions) [0x00095] in <467630c6b1e748faacf9a4dab46e0164>:0
at System.RuntimeType.CreateInstanceSlow (System.Boolean publicOnly, System.Boolean wrapExceptions, System.Boolean skipCheckThis, System.Boolean fillCache) [0x00009] in <467630c6b1e748faacf9a4dab46e0164>:0
at System.RuntimeType.CreateInstanceDefaultCtor (System.Boolean publicOnly, System.Boolean skipCheckThis, System.Boolean fillCache, System.Boolean wrapExceptions, System.Threading.StackCrawlMark& stackMark) [0x00027] in <467630c6b1e748faacf9a4dab46e0164>:0
at System.Activator.CreateInstance (System.Type type, System.Boolean nonPublic, System.Boolean wrapExceptions) [0x00020] in <467630c6b1e748faacf9a4dab46e0164>:0
at System.Activator.CreateInstance (System.Type type, System.Boolean nonPublic) [0x00000] in <467630c6b1e748faacf9a4dab46e0164>:0
at System.Activator.CreateInstance (System.Type type) [0x00000] in <467630c6b1e748faacf9a4dab46e0164>:0
at Grasshopper.Kernel.GH_ComponentServer.LoadDocObject (System.Type T, Grasshopper.Kernel.GH_AssemblyInfo assembly, Grasshopper.Kernel.GH_GuidConflictSolution& conflictSolution) [0x00000] in :0
}

Object: rh6attrCS (level 2)
{
Method not found: Grasshopper.Kernel.IGH_Param .GH_ParamManager.get_Item(int)
MissingMethodException
System.MissingMethodException: Method not found: Grasshopper.Kernel.IGH_Param .GH_ParamManager.get_Item(int)
at Grasshopper.Kernel.GH_Component.PostConstructor () [0x0000d] in :0
at Grasshopper.Kernel.GH_Component…ctor (System.String name, System.String nickname, System.String description, System.String category, System.String subCategory) [0x0005b] in :0
at MyProject6.rh6attrCS…ctor () [0x00007] in <31b2f18e33aa4c998a0a14d1d73cb62e>:0
at (wrapper managed-to-native) System.Reflection.RuntimeConstructorInfo.InternalInvoke(System.Reflection.RuntimeConstructorInfo,object,object,System.Exception&)
at System.Reflection.RuntimeConstructorInfo.InternalInvoke (System.Object obj, System.Object parameters, System.Boolean wrapExceptions) [0x00005] in <467630c6b1e748faacf9a4dab46e0164>:0
}