I have a ActiveX control that I'm using on a web page. Every time I compile the control, it gives it a new CLSID. So in addition to putting the revised control on the web server, we have to modify the web page to reference the new ID number.
Is there something that tells it not to generate a new number every time?
Here's the code block from the web page showing how the control is being implemented on the web page.
<OBJECT ID="ImageViewer" WIDTH=85% HEIGHT=85%
CODEBASE="InventoryImageViewer.ocx#version=-1,-1,-1,-1"
CLASSID="CLSID32FC5D4-8905-4E20-A286-B4D246A4A667">
</OBJECT>


32FC5D4-8905-4E20-A286-B4D246A4A667">
Reply With Quote