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?