Guest_imported
New member
- Jan 1, 1970
- 0
I have two ActiveX components. One is an older version (1,0,0,7) and the other is a recently compiled new version (2,0,0,0). 1,0,0,7 was previously embedded in an html page like so:
<OBJECT CLASSID="CLSID:A-B-C-D-E"
CODEBASE=" ID="myactivex" height=30 width=175>
</OBJECT>
Now I want to distrubute the new version so I uploaded it and replaced the code like so:
<OBJECT CLASSID="CLSID:A-B-C-D-E"
CODEBASE=" ID="myactivex" height=30 width=175>
</OBJECT>
When I access the html page with Explorer I can see that indeed it takes time to download the new version but it still runs the old 1,0,0,7 component. I checked under "c:\windows\downloaded program files" and the version that appears there is still 1,0,0,7.
What could possibly be causing this problem?
<OBJECT CLASSID="CLSID:A-B-C-D-E"
CODEBASE=" ID="myactivex" height=30 width=175>
</OBJECT>
Now I want to distrubute the new version so I uploaded it and replaced the code like so:
<OBJECT CLASSID="CLSID:A-B-C-D-E"
CODEBASE=" ID="myactivex" height=30 width=175>
</OBJECT>
When I access the html page with Explorer I can see that indeed it takes time to download the new version but it still runs the old 1,0,0,7 component. I checked under "c:\windows\downloaded program files" and the version that appears there is still 1,0,0,7.
What could possibly be causing this problem?