P
prakashdehury
In my c# application
when i use this FileStream fs = File.Open("C:\\Temp\\497_01\\\
\Assumption.txt",FileMode.Open);
1. it works fine, when i ran the exe locally. (e.i : c:\> c\temp
\Test.exe)
2. When i execute the exe from share path it throw an exception saying
file does not exists
(e.i :C:\> \\TTTYUOT\temp\Test.exe)
Can any one suggest what could be the reason?
thanks
Kumar
when i use this FileStream fs = File.Open("C:\\Temp\\497_01\\\
\Assumption.txt",FileMode.Open);
1. it works fine, when i ran the exe locally. (e.i : c:\> c\temp
\Test.exe)
2. When i execute the exe from share path it throw an exception saying
file does not exists
(e.i :C:\> \\TTTYUOT\temp\Test.exe)
Can any one suggest what could be the reason?
thanks
Kumar