HELP!!! I'm running the package and deployment wizard to create a setup.exe and I am getting the following error:
Unexpected error number 76 has occured: Path not found
Does anyone know what is causing this?
Thanks!
AJ
Printable View
HELP!!! I'm running the package and deployment wizard to create a setup.exe and I am getting the following error:
Unexpected error number 76 has occured: Path not found
Does anyone know what is causing this?
Thanks!
AJ
During what phase are you getting this error?
If it's in the beginning then you might have moved the project file to a different location and tried to rerun a previously saved package.
-Jack
I got this error when the P & D started making the setup.lst. It occured with in the first few minutes of it, after I had gone through all the wizard screens.
I am trying to recreate an existing package because there were a few files that needed to be added. At the same time, I've also changed what folder it is creating and saving to. Would this cause path problems?
Second question . . . Do you think it's uncommon for the P & D to take over 3 hours to create a setup?
I have the problem before years ago with vb5.0 setup procedure. I remember the reason is becase one dll the
set up process try to put in the cab file is missing. You might take a look if all the dll and ocx are there.
Good luck.