OutOfMemoryException when loading Form of COM component
Hello everyone,
I am creating a .NET GUI interface for a COM application, and I have already registered and referenced correctly the COM files.
The program has to load a Form from the COM files; however, it triggers an OutOfMemoryException when it tries to open the form. The same COM application loads perfectly the form using a user interface designed with VB6, so I do not think is a memory issue the one that is triggering the error.
Do you have any ideas why the error is happening?
Thanks
|