PRB: Device Unavailable Msg When Change Path & Drive Door OpenLast reviewed: June 21, 1995Article ID: Q80645 |
The information in this article applies to:
- Microsoft Visual Basic programming system for Windows, versions 1.0, 2.0, and 3.0
SYMPTOMSChanging the Path property of a directory list box or a file list box to a floppy drive that has an open drive door or no disk present results in the following error:
Error: 68 Device unavailableinstead of this more expected error:
Error: 71 Disk not readyThis occurs whether you run the program in the VB.EXE environment or as an .EXE file.
STATUSThis behavior is by design.
MORE INFORMATIONThe following definitions for errors 68 and 71 can be found in the Visual Basic online Help:
Error 68 Device UnavailableThe device you are trying to access is not online or does not exist.
Error 71 Disk Not ReadyThere is no disk in the drive specified, or the drive door is open. Insert a disk in the drive, close the door, and retry the operation. Attempting to open a file on a drive that has an open door or missing disk generates Error 71, "Disk Not Ready."
Steps to Reproduce Behavior
Error: 68 Device unavailable |
Additional reference words: 1.00 2.00 3.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |