Hi All
I am using filename as \\MyNetwork\DocumentGeneratePath\DOC.docx
FileStream
Stream =newFileStream(FileName,FileMode.Open,FileAccess.Read,FileShare.Read)
it is giving exception "File Not Found"
threw an exception of type 'System.IO.FileNotFoundException' System.IO.FileStream {System.IO.FileNotFoundException}
Could
not find file '\\MyNetwork\DocumentGeneratePath\DOC.docx'.
please suggest me how i can achiveve
pramodsinghnegi