Connecting Tech Pros Worldwide Help | Site Map

Resource File Out of Memory Exception

Mark
Guest
 
Posts: n/a
#1: Nov 22 '05
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



mos2128
Guest
 
Posts: n/a
#2: Nov 22 '05

re: Resource File Out of Memory Exception


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 :)
--
PLEASE DO NOT FORGET TO RATE THE ANSWER
happy coding
Muhanad YOUNIS
MCSD.NET


"Mark" wrote:
[color=blue]
> 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
>
>
>[/color]
Mark
Guest
 
Posts: n/a
#3: Nov 22 '05

re: Resource File Out of Memory Exception


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

"mos2128" wrote:
[color=blue]
> 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 :)
> --
> PLEASE DO NOT FORGET TO RATE THE ANSWER
> happy coding
> Muhanad YOUNIS
> MCSD.NET
>
>
> "Mark" wrote:
>[color=green]
> > 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
> >
> >
> >[/color][/color]
Closed Thread