I have a VFP8 SP1 application (compiled EXE) that generates a C00000005
error whenever I run "MODIFY LABEL XXX" or "CREATE LABEL XXX" (xxx does or
does not exist - makes no difference).

I have another VFP8 SP1 application in the same directory (Command prompt
emulator) that does not give C00000005 error.

In both cases, no tables are open so it has nothing to do with data file
corruption, indexes or a corrupt label file.

Any ideas?

Cheers
David Younger

Re: Create Label generates C0000005 error by Eric

Eric
Tue Aug 03 02:35:23 CDT 2004

Hello, David!

I'd first remove the foxuser.* files and try again.
--
Eric den Doop
www.foxite.com - The Home Of The Visual FoxPro Experts - Powered By VFP8



RE: Create Label generates C0000005 error by Leemi

Leemi
Tue Aug 03 08:59:35 CDT 2004

Hi David:

I would disable any anti virus or at least prevent the AV from scanning VFP
data files or temp files. Try booting in Safe Mode (VGA) and see if the
problem occurs.

If this is on a 2000 or XP machine, look at the Application log for the VFP
crash event. Does it give you any useful information as to the cause?

I hope this helps.

This posting is provided "AS IS" with no warranties, and confers no rights.

Sincerely,
Microsoft FoxPro Technical Support
Lee Mitchell

*-- VFP9 Public Beta Now Available!! --*
Download the VFP9 beta here: http://msdn.microsoft.com/vfoxpro/

*-- VFP8 HAS ARRIVED!! --*
Read about all the new features of VFP8 here:
http://www.universalthread.com/VisualFoxPro/News/VFP8Release.asp
Purchase VFP8 here:
http://shop.microsoft.com/Referral/Productinfo.asp?siteID=11518

Keep an eye on the product lifecycle for Visual FoxPro here:
http://support.microsoft.com/default.aspx?id=fh;[ln];lifeprodv
- VFP5 Mainstream Support retired June 30th, 2003
- VFP6 Mainstream Support retired Sept. 30th, 2003


>I have a VFP8 SP1 application (compiled EXE) that generates a C00000005
>error whenever I run "MODIFY LABEL XXX" or "CREATE LABEL XXX" (xxx does or
>does not exist - makes no difference).

>I have another VFP8 SP1 application in the same directory (Command prompt
>emulator) that does not give C00000005 error.

>In both cases, no tables are open so it has nothing to do with data file
>corruption, indexes or a corrupt label file.

>Any ideas?

>Cheers
>David Younger



Re: Create Label generates C0000005 error by David

David
Mon Aug 09 06:41:30 CDT 2004

There is no Foxuser.dbf and antivirus is disabled. Works fine in VFP
developer and also in another VFP application.

This is the error I get:

Faulting application TSM.EXE, version 6.1.0.0, faulting module unknown,
version 0.0.0.0, fault address 0x00000000.

AND

Application popup: TSM.EXE - Application Error : The instruction at
"0x01f54b23" referenced memory at "0x00000000". The memory could not be
"written".

Any ideas?

Cheers

David

"Lee Mitchell" <Leemi@online.microsoft.com> wrote in message
news:ib6qgIWeEHA.2012@cpmsftngxa10.phx.gbl...

> Hi David:
>
> I would disable any anti virus or at least prevent the AV from scanning
VFP
> data files or temp files. Try booting in Safe Mode (VGA) and see if the
> problem occurs.
>
> If this is on a 2000 or XP machine, look at the Application log for the
VFP
> crash event. Does it give you any useful information as to the cause?
>
> I hope this helps.
>
> This posting is provided "AS IS" with no warranties, and confers no
rights.
>
> Sincerely,
> Microsoft FoxPro Technical Support
> Lee Mitchell
>
> *-- VFP9 Public Beta Now Available!! --*
> Download the VFP9 beta here: http://msdn.microsoft.com/vfoxpro/
>
> *-- VFP8 HAS ARRIVED!! --*
> Read about all the new features of VFP8 here:
> http://www.universalthread.com/VisualFoxPro/News/VFP8Release.asp
> Purchase VFP8 here:
> http://shop.microsoft.com/Referral/Productinfo.asp?siteID=11518
>
> Keep an eye on the product lifecycle for Visual FoxPro here:
> http://support.microsoft.com/default.aspx?id=fh;[ln];lifeprodv
> - VFP5 Mainstream Support retired June 30th, 2003
> - VFP6 Mainstream Support retired Sept. 30th, 2003
>
>
> >I have a VFP8 SP1 application (compiled EXE) that generates a C00000005
> >error whenever I run "MODIFY LABEL XXX" or "CREATE LABEL XXX" (xxx does
or
> >does not exist - makes no difference).
>
> >I have another VFP8 SP1 application in the same directory (Command prompt
> >emulator) that does not give C00000005 error.
>
> >In both cases, no tables are open so it has nothing to do with data file
> >corruption, indexes or a corrupt label file.
>
> >Any ideas?
>
> >Cheers
> >David Younger
>
>



Re: Create Label generates C0000005 error by Sietse

Sietse
Mon Aug 09 07:23:39 CDT 2004

Hi David,

Do you have an ActiveX bound control on the label?
If so, i guess that this causes the problem. Does the C...05 error occur
when you remove the control from the label?
What application is TSM.EXE?

Sietse Wijnker

"David Younger" <davidyounger1@hotmail.com> wrote in message
news:OnBnWXgfEHA.2468@TK2MSFTNGP12.phx.gbl...
> There is no Foxuser.dbf and antivirus is disabled. Works fine in VFP
> developer and also in another VFP application.
>
> This is the error I get:
>
> Faulting application TSM.EXE, version 6.1.0.0, faulting module unknown,
> version 0.0.0.0, fault address 0x00000000.
>
> AND
>
> Application popup: TSM.EXE - Application Error : The instruction at
> "0x01f54b23" referenced memory at "0x00000000". The memory could not be
> "written".
>
> Any ideas?
>
> Cheers
>
> David
>
> "Lee Mitchell" <Leemi@online.microsoft.com> wrote in message
> news:ib6qgIWeEHA.2012@cpmsftngxa10.phx.gbl...
>
> > Hi David:
> >
> > I would disable any anti virus or at least prevent the AV from scanning
> VFP
> > data files or temp files. Try booting in Safe Mode (VGA) and see if the
> > problem occurs.
> >
> > If this is on a 2000 or XP machine, look at the Application log for the
> VFP
> > crash event. Does it give you any useful information as to the cause?
> >
> > I hope this helps.
> >
> > This posting is provided "AS IS" with no warranties, and confers no
> rights.
> >
> > Sincerely,
> > Microsoft FoxPro Technical Support
> > Lee Mitchell
> >
> > *-- VFP9 Public Beta Now Available!! --*
> > Download the VFP9 beta here: http://msdn.microsoft.com/vfoxpro/
> >
> > *-- VFP8 HAS ARRIVED!! --*
> > Read about all the new features of VFP8 here:
> > http://www.universalthread.com/VisualFoxPro/News/VFP8Release.asp
> > Purchase VFP8 here:
> > http://shop.microsoft.com/Referral/Productinfo.asp?siteID=11518
> >
> > Keep an eye on the product lifecycle for Visual FoxPro here:
> > http://support.microsoft.com/default.aspx?id=fh;[ln];lifeprodv
> > - VFP5 Mainstream Support retired June 30th, 2003
> > - VFP6 Mainstream Support retired Sept. 30th, 2003
> >
> >
> > >I have a VFP8 SP1 application (compiled EXE) that generates a C00000005
> > >error whenever I run "MODIFY LABEL XXX" or "CREATE LABEL XXX" (xxx does
> or
> > >does not exist - makes no difference).
> >
> > >I have another VFP8 SP1 application in the same directory (Command
prompt
> > >emulator) that does not give C00000005 error.
> >
> > >In both cases, no tables are open so it has nothing to do with data
file
> > >corruption, indexes or a corrupt label file.
> >
> > >Any ideas?
> >
> > >Cheers
> > >David Younger
> >
> >
>
>



Re: Create Label generates C0000005 error by David

David
Mon Aug 09 10:28:46 CDT 2004

You gave me a clue.

No ActiveX control on the label but there is one in the main form calling
the label.

I have a ctListBar control from dbitech visible on the screen which seems to
be causing the problem. When I hide the listbar, the label seems to work.
Very strange. I will see if I can get support from dbitech.

Thanx for the hint.

Cheers
David

ps TSM.EXE is the name of my compiled VFP application.

"Sietse Wijnker" <sietse.wijnker@ATsw-software.nl> wrote in message
news:ev4A$ugfEHA.3348@TK2MSFTNGP12.phx.gbl...
> Hi David,
>
> Do you have an ActiveX bound control on the label?
> If so, i guess that this causes the problem. Does the C...05 error occur
> when you remove the control from the label?
> What application is TSM.EXE?
>
> Sietse Wijnker
>
> "David Younger" <davidyounger1@hotmail.com> wrote in message
> news:OnBnWXgfEHA.2468@TK2MSFTNGP12.phx.gbl...
> > There is no Foxuser.dbf and antivirus is disabled. Works fine in VFP
> > developer and also in another VFP application.
> >
> > This is the error I get:
> >
> > Faulting application TSM.EXE, version 6.1.0.0, faulting module unknown,
> > version 0.0.0.0, fault address 0x00000000.
> >
> > AND
> >
> > Application popup: TSM.EXE - Application Error : The instruction at
> > "0x01f54b23" referenced memory at "0x00000000". The memory could not be
> > "written".
> >
> > Any ideas?
> >
> > Cheers
> >
> > David
> >
> > "Lee Mitchell" <Leemi@online.microsoft.com> wrote in message
> > news:ib6qgIWeEHA.2012@cpmsftngxa10.phx.gbl...
> >
> > > Hi David:
> > >
> > > I would disable any anti virus or at least prevent the AV from
scanning
> > VFP
> > > data files or temp files. Try booting in Safe Mode (VGA) and see if
the
> > > problem occurs.
> > >
> > > If this is on a 2000 or XP machine, look at the Application log for
the
> > VFP
> > > crash event. Does it give you any useful information as to the cause?
> > >
> > > I hope this helps.
> > >
> > > This posting is provided "AS IS" with no warranties, and confers no
> > rights.
> > >
> > > Sincerely,
> > > Microsoft FoxPro Technical Support
> > > Lee Mitchell
> > >
> > > *-- VFP9 Public Beta Now Available!! --*
> > > Download the VFP9 beta here: http://msdn.microsoft.com/vfoxpro/
> > >
> > > *-- VFP8 HAS ARRIVED!! --*
> > > Read about all the new features of VFP8 here:
> > > http://www.universalthread.com/VisualFoxPro/News/VFP8Release.asp
> > > Purchase VFP8 here:
> > > http://shop.microsoft.com/Referral/Productinfo.asp?siteID=11518
> > >
> > > Keep an eye on the product lifecycle for Visual FoxPro here:
> > > http://support.microsoft.com/default.aspx?id=fh;[ln];lifeprodv
> > > - VFP5 Mainstream Support retired June 30th, 2003
> > > - VFP6 Mainstream Support retired Sept. 30th, 2003
> > >
> > >
> > > >I have a VFP8 SP1 application (compiled EXE) that generates a
C00000005
> > > >error whenever I run "MODIFY LABEL XXX" or "CREATE LABEL XXX" (xxx
does
> > or
> > > >does not exist - makes no difference).
> > >
> > > >I have another VFP8 SP1 application in the same directory (Command
> prompt
> > > >emulator) that does not give C00000005 error.
> > >
> > > >In both cases, no tables are open so it has nothing to do with data
> file
> > > >corruption, indexes or a corrupt label file.
> > >
> > > >Any ideas?
> > >
> > > >Cheers
> > > >David Younger
> > >
> > >
> >
> >
>
>