0x800401F3

  • Thread starter Thread starter Xavier Valdés
  • Start date Start date
X

Xavier Valdés

Hi all, I'm using VB.Net to access a COM component developped in VC7. The
problem is when I add an
enum type in COM's public interface I get following error when calling the
associated method with VB.NET:

System.Runtime.InteropServices.COMException unhandled error

What's the problem?!?! It might be a VC problem with enum types... What I'm
doing wrong?
Thanks a lot,
Xavi
 
do not reply to me, please. I've found the answer...
It was a problem of "casting" not used efficiently!
Thanks,
Xavi
 
Back
Top