I have do setup and deployment package in Visual basic. During installation this package on other machine..I got this error message.What does it mean? How to solve it?
Printable View
I have do setup and deployment package in Visual basic. During installation this package on other machine..I got this error message.What does it mean? How to solve it?
It means you did not include all the dependencies for the component mo20.ocx. It needs other files to run.
1 - Use the dependency walker (Depende.exe) to find the missing files (you may not understand what you are looking at though).
2 - You can check to see if the file has a mo20.dep file that would list all the dependencies for that file.
Installation Problems
The original OCX file on my machine is located at this directory "C:\Program Files\Common Files\ESRI".
After installation package on the target machine, I found that that OCX file inside this folder this "C:\WINDOWS\system32". Why it be like this?I have to copy this ocx manually and put this file in this directory C:\Program Files\Common Files\ESRI". on the target machine so that the location same like my machine and register it. I don't want be like this.
Where I can find this file Depende.exe ?It is downloadable?
It would help to know what you used as a installation packager before we can give you an answer as to why something happened...
It a MS product you can find it on their website. I do have it on mine too here