I get Native Exception from sqlCE on Windows-CE and when I try to catch the error with try and catch I still get the error. When I install sqlCE again, it works fine.

How do I properly catch this exception and how do I fix it?

link|improve this question

49% accept rate
1  
We need more info on what causes it. You say "reinstalling" fixes it. Does that installation get corrupted and fail while running, or does the error only happen after some event like a device reset? – ctacke Jul 10 '11 at 11:23
feedback

1 Answer

If the root file system of the operating system on your device is configured as non-persistent, but the Windows registry is persistent, then every time you restart the device your dlls for SQLCE will get deleted. However since the registry is persistent, windows ce will still report SQLCE as installed, but you will get exceptions if you try to use it.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.