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
 
Back
Top