msvbvm60.dll error in XP

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am recieving the following error in XP when running multiple aaps:

Event ID 1000
Faulting application rbackup.exe, version 8.4.0.81, faulting module
msvbvm60.dll, version 6.0.97.82, fault address 0x0000572d.

I have tried replacing this file, reinstalling vb6 components.

I need help in resolving this issue.

Thanks
 
Tom said:
I am recieving the following error in XP when running multiple aaps:

Event ID 1000
Faulting application rbackup.exe, version 8.4.0.81, faulting module
msvbvm60.dll, version 6.0.97.82, fault address 0x0000572d.

I have tried replacing this file, reinstalling vb6 components.

I need help in resolving this issue.

Thanks

Maybe the problem is in your backup program???
http://www.drbackup.net/gt-faq-02.html
http://www.drbackup.net/contactus.html
 
This may sound like an odd solution but I was having the same problem with another application. The application that I was having a problem with is written in VB6
This is what I did:
1- Rebooted into safe mode
2- Renamed the file msvbvm60.dll
3- Booted back into regular mode
4- Attempted to compile my application
5- At this point the OS requested the Windows office installation CD
6- Canceled all
7- Renamed msvbvm60.dll to the correct name
8- Attempted to compile my application again and the errors were gone
9- Launched the application with no problem

I have no idea why this would work but it did. Good luck
 
Back
Top