Applied to Microsoft Access.
I received similar exception when use property Parent for any control if Parent is Form.
You could see one of them in example (button0 on Form1 )
NetOffice.NetOfficeException: Class 49b38fa1-b771-41e1-a8d6-8e65b81fcf97:Form_Form1 not found in loaded NetOffice Assemblies
Comments: Yes i know, it was just an idea. I have to ask on more time because this is the most important question. What type is this interop proxy with the interface id 49b38fa1-b771-41e1-a8d6-8e65b81fcf97 ? what its type or (class) name? (your see that in your alternate interop solution) You can see that in the debugger or recieve informations with: System.ComponentModel.TypeDescriptor.GetClassName(object instance); *Sebastian
I received similar exception when use property Parent for any control if Parent is Form.
You could see one of them in example (button0 on Form1 )
NetOffice.NetOfficeException: Class 49b38fa1-b771-41e1-a8d6-8e65b81fcf97:Form_Form1 not found in loaded NetOffice Assemblies
Comments: Yes i know, it was just an idea. I have to ask on more time because this is the most important question. What type is this interop proxy with the interface id 49b38fa1-b771-41e1-a8d6-8e65b81fcf97 ? what its type or (class) name? (your see that in your alternate interop solution) You can see that in the debugger or recieve informations with: System.ComponentModel.TypeDescriptor.GetClassName(object instance); *Sebastian