J
JT
I posted this message a couple of weeks ago and know one answered. I am not
sure if why. I am sure that I am not the only one that has had this issue.
Or is it because I used a dirty N word. "Novell"
Here is my previous post. I really hope someone can help with this because I
don't know what else to do.
Abandoning Novell is simply not an option at this point.
UnauthorizedAccessException when trying to access a Novell network drive.
The code is very simple.
This is the line that fails when trying to create a new StreamWriter where
_filename is a string that points to a Novell network drive.
StreamWriter file = new StreamWriter(_filename,false);
The user has full access to the directory.
By the way. This line works fine on the local box as well as accessing a
Windows NT 4.0 or 200x Server drive. This issue is only with Novell Drives.
The client is Windows XP SP2 using the native Novell client drivers that
came with XP.
I have not yet Tried the Novell Client Drivers from Novell.
Any help would be greatly appreciated.
Thanks,
JT
sure if why. I am sure that I am not the only one that has had this issue.
Or is it because I used a dirty N word. "Novell"
Here is my previous post. I really hope someone can help with this because I
don't know what else to do.
Abandoning Novell is simply not an option at this point.
UnauthorizedAccessException when trying to access a Novell network drive.
The code is very simple.
This is the line that fails when trying to create a new StreamWriter where
_filename is a string that points to a Novell network drive.
StreamWriter file = new StreamWriter(_filename,false);
The user has full access to the directory.
By the way. This line works fine on the local box as well as accessing a
Windows NT 4.0 or 200x Server drive. This issue is only with Novell Drives.
The client is Windows XP SP2 using the native Novell client drivers that
came with XP.
I have not yet Tried the Novell Client Drivers from Novell.
Any help would be greatly appreciated.
Thanks,
JT