Haven't seen this problem in the forums. If the solution is there, please point me to it.
I have written an application and distributed it to a few family members. On some machines the application starts out with an error message:
Titlebar: WindowsFormsParkingWindow: myProg.exe - No Disk
There is no disk in the drive. Please insert a disk into Drive A:
(Cancel, Try Again, Continue)
This doesn't occur on all machines--just some. OS doesn't seem to matter: works OK on some XP machines, error on others; works OK on some Win2K machines, error on others.
Unfortunately, none of the machines with errors have VB.Net installed so I can't step through the code.
My code does not reference the floppy at (explicitly) but it does populate a combo box with drive letters using Directory.GetLogicalDrives(). I also use an FSO to get the available drive space, but again never reference the A: drive directly.
Thoughts?
Sidebar: Is there a way to get the available space without FSO that's fairly simple?
I have written an application and distributed it to a few family members. On some machines the application starts out with an error message:
Titlebar: WindowsFormsParkingWindow: myProg.exe - No Disk
There is no disk in the drive. Please insert a disk into Drive A:
(Cancel, Try Again, Continue)
This doesn't occur on all machines--just some. OS doesn't seem to matter: works OK on some XP machines, error on others; works OK on some Win2K machines, error on others.
Unfortunately, none of the machines with errors have VB.Net installed so I can't step through the code.
My code does not reference the floppy at (explicitly) but it does populate a combo box with drive letters using Directory.GetLogicalDrives(). I also use an FSO to get the available drive space, but again never reference the A: drive directly.
Thoughts?
Sidebar: Is there a way to get the available space without FSO that's fairly simple?