I developed a VB program to handle order entry, originally for an Access database. Developement was done on a Windows 2000 machine, and the program changed to connect to a SQL Server database. When I install the package on a Windows 2000 machine, I get "Run-time error 53. File not found."; even on the development machine. However, it installs and runs just fine on Windows 98 machines.
There are four third party add-ins included with the package. They all appear in the setup list as self-registering, but only one appears in Dependency Walker. I assume this is because they have no dependencies. I have copied the necessary dll's and ocx's to the target machines and registered then with the same results.
I can package and deploy a version of the program using Access 2000 without a problem on all machines. The only changes made to the program were the active connection and setting client side cursors. Does SQL Server require additional files?
I would appreciate any suggestions you may have. And thanks in advance.
There are four third party add-ins included with the package. They all appear in the setup list as self-registering, but only one appears in Dependency Walker. I assume this is because they have no dependencies. I have copied the necessary dll's and ocx's to the target machines and registered then with the same results.
I can package and deploy a version of the program using Access 2000 without a problem on all machines. The only changes made to the program were the active connection and setting client side cursors. Does SQL Server require additional files?
I would appreciate any suggestions you may have. And thanks in advance.