Yes I guess this is the same issue, but there was no solution found in this thread either, was it?
I tried to set the ClassID given in this thread but it didnt work. Actually I tried the following:
ITriObject triObj = this.global.CreateNewTriObject;
IClass_ID objID = triObj.ClassID;
IClass_ID triObjID = global.TriObjectClassID;
Both ClassID's (tribObjID and objID) are different: objID = ( 3830386867 , 0 ) , triObjID = ( 9 , 0 ). So ClassID's for different triObject should always be equal, right? Is that somehow the root of the problem?
Thx,Regards
Michbeck