Resource File Out of Memory Exception

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello!

I am working on a project that requires the inclusion of an access database
in a resource file. (VB.NET).
It works OK when the db file size is under 200 MB but creates an OutOfMemory
Exception if the db size is larger say 300 MB or 500 MB.
The error happens while generating the resource file.
What can I do to prevent this error from occurring other than increase the
physical RAM in my machine?
Can someone please help?
Thanks
M
 
actually i had such a problem before, and i solve it by increasing the
physical Ram
the point here we donot have a full control on the date base size as i
understand from your question. if yes then there is no more choiches sorry
for that :)
 
Since the resource file is taking up all the memory space and causing the
exception
can anyone suggest a better way to do this: that is without using a resource
file...
I am completely lost.
Mark
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top