Runtime Crash
-
- Posts: 6
- Joined: Tue Oct 10, 2017 12:44 pm
Runtime Crash
I have a VB6 program that is running various user selected reports.__Sometimes when running multiple reports, the runtime R&R will crash when trying to start the 2nd or 3rd report. The error given is : TAPISRV caused an invalid page fault in module RPCRT4.DLL. I do not use TAPISRV.exe nor RPCRT4.DLL in my program, so I must assume it is a problem with the runtime version of R&R. Also after this error is shown, another error box comes up stating the wrong runtime dll version of R&R is being used. The version I am using is from the 9.0.0.9 update. I do not get this error on a consistent basis, and the second warning only shows up if the first error occurs. Do you have any ideas what the problem may be.____Thank You__
=> RE: Runtime Crash
Neither of those DLL^s are R&R related.__Are all of your R&R files version 9?____Kathleen__R&R Support
-
- Posts: 6
- Joined: Tue Oct 10, 2017 12:44 pm
==> RE: Runtime Crash
TAPISRV is an executable. I did some testing by renaming TAPISRV.exe as TAPISRV.old. When I do this, the runtime version of R&R(RRWRUN.exe) will not run.
===> RE: Runtime Crash
Steve,____Can you tell me by checking the properties of that file who created it. I don^t have it on my machine and definitely want to stay away from it. If you know what software installed it, I^d be interested in that also.____Thanks,__Pat__
-
- Posts: 6
- Joined: Tue Oct 10, 2017 12:44 pm
====> RE: Runtime Crash
TAPISRV is a Microsoft program that is used for dial-up networking. It is installed in the WINDOWSSYSTEM directory when the OS is installed. For some reason the R&R runtime program needs it to run, but I do not know why.
=====> RE: Runtime Crash
I have it as a DLL on my machine (win2k sr1)dated 5/4/2001. I don^t have it as an exe. Don^t know if that helps any, but evidently Microsoft has done some revamping of that file.____Pat__
=> RE: Runtime Crash
I had the same problem as you when running several reports one after the other____Then I installed DCOM98 and the problem was solved