COM OCX registration - 2 DLL's with same name
Posted
by Tony
on Stack Overflow
See other posts from Stack Overflow
or by Tony
Published on 2010-04-15T19:25:23Z
Indexed on
2010/04/15
19:33 UTC
Read the original article
Hit count: 490
Hi,
I have a native app that has an .OCX file that needs to be registered for it to be used in a .NET application.
Now currently there's different versions of this .OCX on the machine. Can someone please explain how this can affect the registration of this new (updated) .OCX file registration?
And how does my .NET app know which object to create from which .OCX file?
© Stack Overflow or respective owner