Why does Linqpad say that a Network directory exists, while .NET does not?

0

I have a network directory in "\10.88.0.1\rec" . However Directory.Exists returns false while debugging in visual studio. This is strange, since LinqPad returns true .

Are there any differences between the linqpad's runtime environment and the visual studio execution environment that have an effect on it? How can I configure my application to recognize the network path in the same way that LinqPad recognizes?

    
asked by anonymous 27.09.2018 / 18:01

0 answers