com interop and error objects

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

Guest

My ATL smart device project sets an error object by calling the Error method
inherited from CComCoClass. However, the COMException caught in the C# client
only reports the HRESULT. The error description is missing. My ATL component
implements ISupportErrorInfo, but it doesnt seemed to be called. Is this a
bug with the RCW or mine?
 
I'm thinking that you've posted this to a group that's wrong. Are you
running this code on a Pocket PC device or a Windows CE device? If not,
you're in the wrong place.

Paul T.
 
I've developed this app using the 2nd beta of vs.net 2005. Every feature of
..net cf 2.0 com interop works perfectly except error objects. This is a smart
device solution that contains C# and atl projects.

robert s
 
Back
Top