problem using managed com components

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

Guest

Hi! I'm getting following problem: I’ve created a simple com component with
c# and registered it with
regasm /tlb myLibrary.dll
When I’m trying to use this component in c++ code I’m getting exception :
"component not registered". What am I doing wrong?
 
Back
Top