ComException -- Please help

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

I'm receiving a sporadic ComException in my CF app. HRESULT: -2147024866.

Can anyone tell me what this code represents? (Even better: can you show me
how to find the codes myself?)

Thanks in advance,
Jake
 
"The system cannot read from the specified device". Use the Error Lookup
Tool in eVC to look these things up (or just do a search, in this case, on
the hex version of the code), in the eVC SDK for the target device.

Paul T.
 
Paul,

I'm a little perplexed by this -- the error and its rarity -- but I'll get
over it, I suppose. The traceback (caught by one of our beta testers) only
gave the COM Exception, Application.Run(), and the Form.Main(). It's rare
enough that I'm not precisely sure how to go about reproducing it, even...

Thanks for the tip!

Thanks,
Jake
 
Back
Top