TypeLoadException - DataTable

  • Thread starter Thread starter stu
  • Start date Start date
S

stu

I'm having an issue with typeloadexceptions being thrown by my
application. The app works _fine_ on the emulator, but when I try to
run it on a Win 2003 Mobile device, it throws a TypeLoadException
complaining that it can't find DataTable in System.Data.

Essentially what happens is that I have a DataTable in my form class,
which is loaded first.

Any first thoughts on this? What sort of information would be more
useful?

Thanks!

stu =)
 
Back
Top