
How to let client know a full control on the server is updated
There was some version attribute, may be in the object tag?
Also, the INF file inside the CAB contains a version too.
--
===============================
Alexander Nickolov
Microsoft MVP [VC], MCSD
===============================
Quote:
>I made a full control using ATL named "FullCtrl.dll", and put it on
>webpage by
><object classID= " xxx", codebase = "FullCtrl.dll">.
>The client will download FullCtrl.dll the first time it visited this
>site, and directly use
>it when visit the site again.
>However, I need to change my control, (not changing method and property)
>and I changed the IDL file and RGS file from Version1.0 to Version 2.0,
>and replaced
>the old dll with the new one, did not change the dll's name, class ID,
>and codebase.
>when the client visit this site again, it will not download Version 2.0,
>and still use
>the version 1.0.
>How can I let the client know the dll has been updated, and it should
>download a new one?
>Thanks in advance.
>Julia