Re: Error 50002
From: JohnK (johnkeystone_at_noreply.net)
Date: 03/01/04
- Next message: T.Balakrishnan: "Receiving series of Bytes in Visual Basic"
- Previous message: MThomas: "How to add Outlook signature to a new mail message created by VB application"
- In reply to: Nicolas Rabaté: "Error 50002"
- Next in thread: nicolasfromparis: "Re: Error 50002"
- Reply: nicolasfromparis: "Re: Error 50002"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 1 Mar 2004 17:15:14 +0100
Just a guess: can it be that Word US is somewhat newer than Word FR and
installing Word US installs a, I presume, shared dll, that is newer than
the one Word FR installs? The dll is in the Windows/System32 directory, and
is overwritten by Word US (the newer one) and when you install Word FR
again, it will NOT be overwritten.
John
"Nicolas Rabaté" <nicolas.rabate@easytekno.com> schreef in bericht
news:404300c0$0$28623$626a14ce@news.free.fr...
> Hello everybody,
>
> I have this long outstanding problem that I don't understand where it
comes
> from. I submit it to the community; I would be glad if someone could show
me
> the path to at least identify the reason.
>
> Dev environment : VB6 french, Word french
> Win (2K or XP) does not matter.
>
> SP installed or not does no matter.
> Word 2K or XP, does not matter
>
>
> A VBA piece of code instantiate a class of the dll developped in VB6 to
> create the object (like : set obj
> = new myClass). Reference to dll is made inside the VBA project. No need
to
> have code in the class (not even the initialize proc).
>
> The error 50002 will be raise or not be raised in the following scenario
>
> (1) Win FR + Word FR : OK
> (2) Win FR + Word US : error 50002
> (3) Win US + Word US : OK
> (4) Win US + Word FR : OK
>
> In each scenario, the Win installation is a fresh one.
>
> From (2), step 1 : uninstall Word US, install Word FR, no more error
> Step 2 : uninstall word FR, install word US : error definitely gone.
>
> I've been searching in many places including in microsoft msdn site. I
could
> not find any answer.
>
> Thank you
>
> Nicolas
>
>
>
>
>
>
>
>
>
>
--- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.596 / Virus Database: 379 - Release Date: 26-2-2004
- Next message: T.Balakrishnan: "Receiving series of Bytes in Visual Basic"
- Previous message: MThomas: "How to add Outlook signature to a new mail message created by VB application"
- In reply to: Nicolas Rabaté: "Error 50002"
- Next in thread: nicolasfromparis: "Re: Error 50002"
- Reply: nicolasfromparis: "Re: Error 50002"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|