How do I tell my project about a new method in a C++-developed ActiveX control?

  • Thread starter Thread starter CedricCicada
  • Start date Start date
C

CedricCicada

Greetings!

I have a .Net Windows app whose sole purpose is to be a wrapper to
display an ActiveX control (.ocx file) developed in C++. I just added
a new method to the control. My .Net project does not know about the
new method. How do I tell it?

Thanks very much!

Rob, frustrated at spending two hours on what should be (and probably
is) a trivial task.
 
Remove the reference, re-add the reference...









- Show quoted text -

I tried that. Multiple times. Didn't work, until finally for no
known reason it did work. Maybe I had to rebuid the solution rather
than just build the soluton.

RobR
 
Back
Top