Hello Juan,
Try turning on the loader and interop logs; this could be a sign of memory
issues. I've encountered this problem before with P/Invokes when the JIT
seemed to be running out of memory:
http://www.tomergabel.com/NET+Compac...Exception.aspx
(also contains a link to instructions on how to enable the logs.)
Regards,
Tomer Gabel (
http://www.tomergabel.com)
Monfort Software Engineering Ltd. (
http://www.monfort.co.il)
> Hello,
> I'm building an application for a W2003 Mobile device. I'm using the
> framework 1.0 SP3 and SQL Server CE 2.0. The application database is
> about 6 Mb and I'm not using any unmanaged libraries or code. The
> application is throwing this "MissingMethodException" exception every
> once in a while, after some time of use. If the user soft resets the
> device the problem disappears for some time, but then after some use
> it crashes again with this error.
> Anyone have any idea about this? may there be a problem with the
> framework or with the SQL CE Libraries?
> Thanks for your help.
> Juan Santander
>