Smart Client Offline Block - OutOfMemoryException

  • Thread starter Thread starter Matias Woloski
  • Start date Start date
M

Matias Woloski

Hi! I'm trying to use this block from a Pocket PC so I adapted the
ConnectionManagementQuickStart to work in a Pocket PC/Smartphone.
The problem is that I'm getting an OutOfMemoryException when the Caching
block (used by the Offine block) tries to load in memory. I've put 256mb to
the Pocket PC 2003 emulator and still the same.

anyone used this block in a Smart Client?

thanks
Matias
 
I'm attempting the same thing for a project at my company. I have rebuilt the DLL projects from scratch to target the compact framework, I had to comment out some code declared as unsafe. I think the out of memory error is being caused by the code trying to access the App.config file (I could be wrong) which you can't have in a compact framework app. I want to modify the code so it can access it but I can't seem to step into the cache block code when debugging and I also need to get to grips with C# being a VB programmer

please post the solution if you find one, I'll keep trying.
 
Back
Top