Novell Netware 6 and C#

Posted by user317744 on Stack Overflow See other posts from Stack Overflow or by user317744
Published on 2010-04-15T17:09:01Z Indexed on 2010/04/15 17:13 UTC
Read the original article Hit count: 642

Filed under:
|

Hi,

I don't know if anyone has any expertise with Novell Netware or not, but I situation where one of my clients is getting a weird error trying to move a file to a netware share. The situation is pretty complicated but I'll try and outline it as best I can.

1) The application is running as a service 2) The file to be moved is a local file in an accessible location (to the service) 3) The file is being moved with FileInfo.MoveTo(). 4) The MoveTo is throwing an IOException and the message is "a device attached to the system is not functioning".

I'm at a loss as to explain what might be happening. On a side note, it seems that running a small test program interactively using the same method (FileInfo.MoveTo) to the same location works fine so it seems to be associated with the service itself.

Any help would be hugely greatful. Thanks.

Kristofor Wilson

© Stack Overflow or respective owner

Related posts about c#

Related posts about novell