Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Package and Deploy: Run time error '68' on users machine

Status
Not open for further replies.

mpopnoe

Programmer
Feb 28, 2002
47
US
I used the Package and Deployment wizard with VB 6.0 to make a setup program to be distributed through our network. I checked the dependency file to make sure all dlls, ocx, etc were included in the package. When I do the setup on a clients machine to test the install, everything installs fine but when I try to run the program from the shortcut under start, programs I get "Error '68': device unavailable." The user machine does not have Visual Studio 6 but I don't know what files I'm forgeting to include in the install. Any help would be great :)

mike
 
I think it is a path problem rather than a file one. This is error 68:-

This error has the following causes and solutions:

The device you are trying to access either is not online or doesn't exist.
Check power to the device and any cables connecting your computer to the device. If you are trying to access a printer over a network, make sure there is a logical connection between your computer and the printer, for example, a connection associating LPT1 with the network printer ID.

Your network connection may have been broken.
Reconnect to the network and try the operation again.

Peter Meachem
peter@accuflight.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top