I have a .Net CF DLL that when deployed and executed on the desktop works
fine, but when executed in the PocketPC emulator or my HP PPC device throws
an execption (System.InvalidCastException) when casting an enum to
IComparable. (The enum is valid, or itvseems so as I can view the symbolic
value in the debugger, or cast to an int.) Any clues?

thanks,
mike