开发者

Get around 'process cannot access file, being used by another process' error?

I'm trying to access a file that is being accessed by another process, and it's raising an IOException. This same process, spawns my process. Is there a way to get around this error?

This is a C# application.

Edit

On their side I don't know. On mine:

System.IO开发者_开发技巧.StreamReader file = new System.IO.StreamReader("log.txt");
0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜