The information in this article applies to:
- Any Product, running on Windows 95 or 98
Summary
When trying to install or run the product, the following error message appears:
"0x80070725 Incompatible Version of the RPC stub"
This error is caused by a bad version of the file "oleaut32.dll", which usually resides in the system folder. To correct the problem, we will remove the old file and then install the file again.
More Information
To correct the problem:
- Download the DCOM file appropriate for your system, but do not run it.
For Windows 95, download dcom95.exe
For Windows 98, download dcom98.exe
- Select Start, Shutdown
- Select "Restart in MS-DOS mode"
- When you get the command prompt "c:\WINDOWS", enter these commands, each on a separate line:
CD c:\windows\system
rename oleaut32.dll oleaut32.ww1
exit
- Windows will restart. Expect this error message: "a required .DLL file, C:\windows\system\oleaut32.dll", was not found"
- Log into Windows
- Select Start, Run, and run the file you downloaded in step 1
- Reboot your computer
This should correct the problem.
If, for any reason, this procedure causes your computer to not function properly, reverse the above action as follows:
- Select Start, Shutdown
- Select "Restart in MS-DOS mode"
- When you get the command prompt "c:\WINDOWS", enter these commands, each on a separate line:
CD c:\windows\system
rename oleaut32.ww1 oleaut32.dll
exit
- Reboot your computer