473,385 Members | 1,356 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Invalidate an ActiveX version

Hi
I need to invalidate a ActiveX build version to warn IE that have it
embedded to reload from server not chached one

Crirus
Nov 20 '05 #1
2 1275
On Mon, 27 Oct 2003 14:38:04 +0200, Crirus wrote:
I need to invalidate a ActiveX build version to warn IE that have it
embedded to reload from server not chached one


I'm no .asp expert, but in the <OBJECT> tag on the web page, there is an
attribute that specifies the version of the control (e. g. 1,0,0,0). I
think if you just build the new version with a different version number
(say 1,1,0,0) and update the <OBJECT> tag to request that version, it
should automatically try to download the new component. Of course, the
older one will still be on the machine, just not used.

Does this help? Try the inetserver.iis group for additional information.

--
Chris

To send me an E-mail, remove the underscores and lunchmeat from my E-Mail
address.
Nov 20 '05 #2
Right now I use the name to signal an update, each new dll is downloaded
aside the old ones...I whould like to override theold one..

"Chris Dunaway" <dunawayc@_lunchmeat_sbcglobal.net> wrote in message
news:ic****************************@40tude.net...
On Mon, 27 Oct 2003 14:38:04 +0200, Crirus wrote:
I need to invalidate a ActiveX build version to warn IE that have it
embedded to reload from server not chached one


I'm no .asp expert, but in the <OBJECT> tag on the web page, there is an
attribute that specifies the version of the control (e. g. 1,0,0,0). I
think if you just build the new version with a different version number
(say 1,1,0,0) and update the <OBJECT> tag to request that version, it
should automatically try to download the new component. Of course, the
older one will still be on the machine, just not used.

Does this help? Try the inetserver.iis group for additional information.

--
Chris

To send me an E-mail, remove the underscores and lunchmeat from my E-Mail
address.

Nov 20 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: gargarensis | last post by:
I am using invalidate method from the httpSesion class , but when I press the back button in the internet navigator, the session still is valid.
1
by: Alexander Jhin | last post by:
I have this very basic Custom Control: public class TestPanel : Panel { public TestPanel() : base() { this.SetStyle( ControlStyles.AllPaintingInWmPaint | ControlStyles.Opaque |...
0
by: Ike | last post by:
I have an Activex Control created in VB6, which, displays no problem on any machine I have, but, on some machines of others, it does not. All machines are running either XP or Windows 2000, and all...
4
by: blacst | last post by:
I am using Access 2002 with either Service Pack 1 or 3. (I have seen this problem on 4 different OSs (NT, XP Home, XP Pro, Winows 2000) across 8 different machines) I have an ActiveX Object...
8
by: Mark Johnson | last post by:
Using: VS 2003 NET C# for Framework and Framework Compact Trying : Moving a Card (Bitmap) as in Solitare (PC + WinCe) Version on OnMouseMove Problem : The affected drawing Area by Invalidate (or...
1
by: Steve | last post by:
I am having an issue deploying an ActiveX control. This is a .NET project in C#. The ActiveX control is written in VB6. I use the PDW (Package and Deployment Wizard) to create a .CAB for the...
0
by: Hank | last post by:
Hello, I am trying to use Visual Web Developer Express to develop a web application. I have an ActiveX component that is a major piece of functionality that I need to use. When I add the...
4
by: grayaii | last post by:
Hi, I have a simple form that handles all its paint functionality like so: this.SetStyle(ControlStyles.AllPaintingInWmPaint | ControlStyles.Opaque, true); And the entry point to this...
2
by: Khan | last post by:
Hi, I'm using acrobat reader contorl in my vb.net application to display pdf files. I'm using version 8.0 of acrobat, but if i run my application on other machine which has different version of...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.