View Single Post
  #2 (permalink)  
Old 07-08-2009, 4:36 PM
technonewbie technonewbie is offline
VB.NET Forum Newbie
.NET Framework: .NET 2.0 (VS 2005)
 
Join Date: Jul 2009
Posts: 2
Reputation: 0
technonewbie is on a distinguished programming path ahead
Default 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
Reply With Quote