[This is going to be one of my pathetic "help me... I refuse to use the newsgroups posts]
I have written a Compact Framework app with Visual Studio.Net and VB.Net (and a little C#). It uses Peter Bromberg's Compressed DataSet which uses pieces of SharpZip and a Binary Formatter hack for the Dataset to give me a compressed dataset for storage on the Pocket Pc.
The app also uses Justin Wenberg's mutliform technique outlined "Another Multiform Framework..." (this is actually a variation on a framework that was built by someone in an MSDN article).
Anyway, I updated my Pocket PC (a Dell Axim X30 - Windows Mobile 2003 Second Edition) to SP3 in an attempt to resolve a different issue I'm having on my client's Pocket PC. The problem is that whenever I launch the app I get the following error message -
TypeLoadException
Could not load type
System.Data.DataSet from assembly
System.Data, Version 1.0.5000.0,
culture=neutral,
PublicKeyToken={delete just in case}.
App::Main+0x5.
Can anyone tell me:
1) what my problem is?
or
2) how to read this? Is the error in the 5th line in my Main sub?
To add insult to injury I have hosed my Emulator install... I know I can debug the device... I'm just hoping someone knows the answer...