How to change the clsid of an ocx?
-
HI All, I have one ocx control developed in vc++/mfc and later the same code has been modified to use in automation server..now the problem is we need to keep separate clsid for the ocx control for server to avoid any conflict but its not changing the clsid even after changed in odl file.. Please show the right way to do this. Thanks..
SoftwareDeveloper(.NET)
-
HI All, I have one ocx control developed in vc++/mfc and later the same code has been modified to use in automation server..now the problem is we need to keep separate clsid for the ocx control for server to avoid any conflict but its not changing the clsid even after changed in odl file.. Please show the right way to do this. Thanks..
SoftwareDeveloper(.NET)
How do you know that (I'm assuming you've succesfully built the component with the new
CLSID
)? :)If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles] -
How do you know that (I'm assuming you've succesfully built the component with the new
CLSID
)? :)If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles]Checked in the registry and found another folder with different name and same clsid.. using regedit. Thanks..
SoftwareDeveloper(.NET)
-
Checked in the registry and found another folder with different name and same clsid.. using regedit. Thanks..
SoftwareDeveloper(.NET)
Cannot you find the new
CLSID
in the registry? Have you changed the interface name? Cannot you use theOleview
tool? :)If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles]