The root cause of this C0000005 error was a mismatched language file.
The only file registered is the VFP9R.DLL. This DLL searches the PATH
environment variable for a matching language file VFP9RENU.DLL. The one
installed in the Common Files folder would be VFP 9 SP 2, the one that used
to be in the Windows\Syste32 folder was RTM or SP 1, which causes a C0000005
when an application attempts to start. 

For additional confusion, sometimes a PATH environment variable with bad
structure to it has caused a C0000005 error at application start up too.
(i.e. C:\Windows\System32C:\Windows\System32; [here a semi-colon is missing,
could cause an error])

HTH,

Tracy

-----Original Message-----
From: Frank Cazabon
Sent: Sunday, September 06, 2009 4:47 PM

Hi Sytze,

my installation places those in the Common Files folder.  Here're the lines
from my Inno script:

Source: C:\Program Files\Common Files\Microsoft Shared\VFP\vfp9r.dll;
DestDir: {cf}\Microsoft Shared\VFP; Flags: regserver sharedfile
uninsneveruninstall restartreplace; Components: workstation
Source: C:\Program Files\Common Files\Microsoft Shared\VFP\vfp9renu.dll;
DestDir: {cf}\Microsoft Shared\VFP; Flags: sharedfile uninsneveruninstall
restartreplace; Components: workstation

Just out of curiosity, what was the version of those files?  Mine are
9.0.0.5815.

BTW, which of the two applications that I have there did you download, the
Practice Management (Best Practice - Optical) one or the Optical Order
Processing System?

Any feedback you have on the application will be very welcome.

Sytze de Boer wrote:
> Hi Frank
>
> I deleted 2 files from the \windows\system32 folder vfp9r.dll 
> vfp9renu.dll Now both MY and YOUR applications run fine
>
> I don't know if your install routine placed them there, or if they 
> were there before
>
> On my main appication machine, where I have not installed your app, i 
> notice the same 2 files Both dated 4/11/2005
>
> S



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/000c01ca3091$c9cc48c0$5d64da...@com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to