1. Could not find a part of the path - User control from within I
2. Error: Could not find a part of the path / Reading and Writing to files in ASP.Net
Hello,
I'm trying to read a text file located in the top folder of the virtual
directory and I'm receiving the following error:
"Could not find a part of the path"
Below is the code that I'm using:
string MyFile;
MyFile =Request.ApplicationPath + "//sample1.txt";
StreamReader srReader;
srReader = new StreamReader(MyFile);
txtMessage.Text = srReader.ReadLine();
I have tried both "Windows" and "None" for "Authentication mode".
Any ideas?
Thanks & Regards,
TC
3. Could Not Find Part of a Path
4. Exception - Could not find a part of the path "D:\"
5. DirectoryNotFoundException - Could not find a part of the path "D:\".
6. could not find a part of the path...
7. "Could not find a part of the path" error message
8. could not find a part of the path error-VS2K5
9. Could not find a part of the path
10. Could not find a part of the path Error (System.IO.__Error.WinIOEr
11. System.IO.DirectoryNotFoundException: Could not find a part of the path
12. Could not find a part of the path "C:\temp\".
13. Could not find a part of the path - User control from within IE