An unhandled exception of type "System.TypeLoadException" occurred in the Unknown Module

I recently updated an outdated compact framework application to support Windows Mobile 6.5, but after passing my backward compatibility testing, I had a problem with a WinCE 5 device.

When I try to start the application from the EXE and the debugger, I get the message "An unhandled exception like" System.TypeLoadException "occurred in the Unknown Module." an exception, but this does not give me an idea of ​​which DLL / type it has problems with.

The changes really work on the Windows Mobile 6.5 Motorola device and the Psion Pocket PC 2003 device, but not on the WinCE5 Psion device.

Does anyone have any ideas how I can find out which link is causing me a problem. I tried to remove new links to Symbol barcode libraries and image libraries, but I still get the same error.

Thank,

Phil

UPDATE: OK, it seems that installing .Net Compact Framework has damaged some methods. I flattened the device, reinstalled and everything works.

+3
source share
2 answers

OK, it seems that installing .Net Compact Framework has damaged some methods. I flattened the device, reinstalled and everything works.

0
source

Micrsoft.WindowsMobile ? , ( 100% , , ). WindowsMobile , WinMo ( CF, Studio), TypeLoadException .

+1

All Articles