Hi all,
I am not sure how the Compact Framework determines the upper bound for an application's memory usage, but is there anyway I can reduce this if I think it is setting it to high (as I am having problems, when my application loads, in loading certain DLL's.
Thanks

Compact Framework setting upper bound for an Application
Jamie Thomson
Your limit is 32Mb including everything like bitmaps. You can check out this article:
http://blogs.msdn.com/stevenpr/archive/2005/12/12/502908.aspx
Under "The Windows CE Memory Model"