|
-
Feb 14th, 2000, 11:32 PM
#1
Thread Starter
Member
I have a program that is designed in VB 5 and connecting to Oracle 8.04 Everything works fine in VB design mode but when I send the exe out to the users, they would get invlaid page fault in module kernal32.dll at 0157:bff79a47 from time to time. I tried to step through my code but never get this error message. I am not sure what is the problem. Ps. Both my design PC and all users PC are windows 95.
Thanks
-
Feb 14th, 2000, 11:42 PM
#2
Frenzied Member
Have you used the Setup Wizard to create the dependancy files required for this program? Files like MFC42.DLL and MSVCRT.DLL, if out of date, can cause errors like that.
------------------
Mark "Buzby" Beeton
VB Developer
[email protected]
-
Feb 15th, 2000, 01:30 AM
#3
that is right; if you have pro or entreprise, go to start menu, programs, visual studio,visual studio tools-->>
PACKAGE & DEPLOYMENT WIZARD; It will tell you what files you need to distribute with your application
-
Feb 17th, 2000, 08:50 PM
#4
Thread Starter
Member
Buzby, Yaz:
Thanks for the info. I did find 4 files that were out of date. What do I do to update those files??? Thank you again.
-
Feb 17th, 2000, 11:19 PM
#5
Hyperactive Member
In the Package & Deployment wizard, you have an option to add files. If the outdated files aren't listed, add them. As long as they're not in use on the client pc, they'll be copied in your installation (the user will receive a prompt(s) to overwrite the existing file(s).
Wade
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|