A
artheseus
Hello,
My application is running on a HP iPaq 614c with WM6. I'm running out
of memory just few lines after my application start to initialize.
there is really no resources used at this point, no image loaded, no
forms created, no database connections, no remote
connection...nothing...my application barely got itself initialized at
this point.
What got my attention was that my application never being able to load
the images that were taken with the build-in camera. My first thought
was, maybe the bitmap format is not supported, with proved to not be
true. What I did:
1. Debug my application and stopped it at breakpoint just before
System.Data.SqlServerCe is loaded. (this is a call to a method of a
singleton class that represents the unique connection open to the
local based and it's localized in a DLL that is a project within my
solution)
2. Use the immediate window to load and dispose Bitmaps.
I can load and dispose the same bitmap several times and nothing bad
happens (no OutOfMemoryException at all). But after the
System.Data.SqlServerCe is loaded I get an OutOfMemoryException on my
first attempt to load the same bitmap that was using for tests before.
The SqlCeConnection object is not even created at this point.
I'm totally lost here, any ideas?
TIA,
Arth
My application is running on a HP iPaq 614c with WM6. I'm running out
of memory just few lines after my application start to initialize.
there is really no resources used at this point, no image loaded, no
forms created, no database connections, no remote
connection...nothing...my application barely got itself initialized at
this point.
What got my attention was that my application never being able to load
the images that were taken with the build-in camera. My first thought
was, maybe the bitmap format is not supported, with proved to not be
true. What I did:
1. Debug my application and stopped it at breakpoint just before
System.Data.SqlServerCe is loaded. (this is a call to a method of a
singleton class that represents the unique connection open to the
local based and it's localized in a DLL that is a project within my
solution)
2. Use the immediate window to load and dispose Bitmaps.
I can load and dispose the same bitmap several times and nothing bad
happens (no OutOfMemoryException at all). But after the
System.Data.SqlServerCe is loaded I get an OutOfMemoryException on my
first attempt to load the same bitmap that was using for tests before.
The SqlCeConnection object is not even created at this point.
I'm totally lost here, any ideas?
TIA,
Arth