Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Internet Explorer ActiveX download mechanism

Status
Not open for further replies.

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=&quot;CLSID:A-B-C-D-E&quot;
CODEBASE=&quot; ID=&quot;myactivex&quot; 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=&quot;CLSID:A-B-C-D-E&quot;
CODEBASE=&quot; ID=&quot;myactivex&quot; 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 &quot;c:\windows\downloaded program files&quot; and the version that appears there is still 1,0,0,7.

What could possibly be causing this problem?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top