Insufficient memory to continue the execution of the program

Posted by Suman on Stack Overflow See other posts from Stack Overflow or by Suman
Published on 2009-08-14T10:41:49Z Indexed on 2012/09/21 15:38 UTC
Read the original article Hit count: 198

Filed under:
|

My Application (Vb.net, Access 2003/2007) is to scan Access Database files for activex controls and to generate report accordingly.

Problem:

Getting an error like:

"Insufficient memory to continue the execution of the program."

The above error occurs while scanning for older version of Access files like prior to office 2000.

And the line of code where I get this is as follows:

Dim oForm As Access.Form
Dim oAccess as Access.Application

oForm = oAccess.Forms(objForms.Name)

But it opens the file and form as well.

Need Help:

Whether it is possible to read the file (Access Forms and Reports) or not?

Please provide me reference or any solution.

© Stack Overflow or respective owner

Related posts about vb.net

Related posts about ms-access