Sixes
04-21-2003, 07:12 AM
Been trying to run the client from a networked drive, with no success. It doesn't seem to matter whether the drive is mounted (Z:\myseq) or pathed to \\machine\myseq.
The program appears to throw an exception at the entry to Settings.Instance.Load(filename). If I put a debugging line in just before the call, it appears. If I put a debugging line as the first statement in Load, it only appears if the executable is on a local hard disk. The program thows an exception if it's nework mounted. It never reaches the call to fs = new FileStream.
Anyone have any idea what's going on?
The program appears to throw an exception at the entry to Settings.Instance.Load(filename). If I put a debugging line in just before the call, it appears. If I put a debugging line as the first statement in Load, it only appears if the executable is on a local hard disk. The program thows an exception if it's nework mounted. It never reaches the call to fs = new FileStream.
Anyone have any idea what's going on?