开发者

WinXP shared drives issue

开发者 https://www.devze.com 2023-02-16 20:53 出处:网络
I have an a开发者_开发知识库pp in .NET that writes some really small files (2k-40k) on some network shared drives. These network shared drives are on another WinXP machine. The issue I\'m having is th

I have an a开发者_开发知识库pp in .NET that writes some really small files (2k-40k) on some network shared drives. These network shared drives are on another WinXP machine. The issue I'm having is that the app is able to write to the shared drive, but unable to open the same file using:

Process.Start(fullPathFileName);

The error I'm getting is "The system cannot find the file specified". By browsing the shared drive I can see the file being created and I can open it from WinExplorer without any issues. Any ideas ?


It looks like a security issue to me. I am sure that you have tried looking at the files permissions, but in case you have not... :)

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号