|
-
May 5th, 2003, 04:57 PM
#1
Thread Starter
Fanatic Member
Package and Deployment HELP!!!!!!!!!!
I have this program that I have made and there is several problems.
1. When I exit VB6 i get an error message but only when Im working on this programe but not all the time?????????
I have reinstaled my PC and VB6 and it still happens?
2. When I Package the same programe and instal it into another PC the first message I get is:
Error occured while regestering 'C:\Windows\sysytem32\MSADO25tlb'
3. When the programe is instaled and run for the first time I get a run time error '53' File Not found 'C:\ProgramFiles\Project1\ ect
4. The programe starts up eventualy but nothing works on it no right klicks, NO Labels show on any the forms?
WHY!
What am I doing wrong?
-
May 5th, 2003, 04:59 PM
#2
Thread Starter
Fanatic Member
and............
when I instal the programe in the PC I created it in.............its fine?
-
May 5th, 2003, 05:09 PM
#3
Frenzied Member
1. What does the error message say?
2. OK, the file msado25.tlb cannot be registered. It doesn't even need to be registered. It so happens that the tlb file is VB's access to ADO and it is the Package and Deployment Wizard's fault that it picks up the fact that your program references this file and therefore needs to be included and registered with your installation. But this isn't the case. The MDAC takes care of all the registering that needs to be done so you are able to remove the this file from the Package and Deployments list of files that it needs to install. Either that or just ignoring the error during the installation will not cause any problems.
3. Have you looked to make sure the file is there? One other thing Program Files is 2 words...not ProgramFiles, it may be searching for a folder named ProgramFiles which obviously doesn't exist.
Being educated does not make you intelligent.
Need a weekend getaway??? Come Visit
-
May 5th, 2003, 05:14 PM
#4
Thread Starter
Fanatic Member
thx Memnoch1207 I just de-selected MSADO25tlb and now it wont even instal on another machine, have you any Ideas?
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
|