exception message is empty

  • Thread starter Thread starter tony
  • Start date Start date
T

tony

Hi.

if im using the Emulator in the vs.net ,and get sqlce exception or
system.exception, i can get
the exception.message with the cause of the error.

if i get the exception in the device, there is no info except the type of
the exception.
why is that ?

thanking in advance.
 
IIRC there is an additional CAB file that contains additional error
message info, possibly it is getting installed automatically onto the
'emulator' but not onto the device.

It will be one of the following...

sql.wce4.????.cab OR sqlce.dev.????.cab


Cheers

Chris
 
Back
Top