Using COM in C#

  • Thread starter Thread starter newsreader
  • Start date Start date
N

newsreader

Sometimes COM objects return type of object from their function calls. Using
strong type that is suggested by MS documentation fails in C# with error
"invalid cast". Does anybody know how to deal with this problem?
 
Back
Top