|
-
Apr 15th, 2004, 10:21 AM
#1
Thread Starter
Addicted Member
Problem with folders in a Project [Resolved]
I added a folder to my project and added some aspx webforms to it. Now all the files in the Root folder work, but when I try to access the .aspx page in one of the other folders it gives this error:
Could not find file "C:\WINNT\system32\0890362c-3bbc-44e0-bc4d-ef08025c9864".
I'm not quite sure what the problem is, I have not been able to pull up anything similar to this problem on google. Any ideas?
Complete error text:
Code:
Could not find file "C:\WINNT\system32\0890362c-3bbc-44e0-bc4d-ef08025c9864".
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IO.FileNotFoundException: Could not find file "C:\WINNT\system32\0890362c-3bbc-44e0-bc4d-ef08025c9864".
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[FileNotFoundException: Could not find file "C:\WINNT\system32\0890362c-3bbc-44e0-bc4d-ef08025c9864".]
System.IO.__Error.WinIOError(Int32 errorCode, String str) +181
System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync, String msgPath, Boolean bFromProxy) +888
System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize) +44
System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize) +79
System.IO.StreamReader..ctor(String path) +101
System.IO.File.OpenText(String path) +30
DataProcessing.Data.GetConnectionString(String strFilePath)
onwardplus_dotnet.HMParticipation_phoenix.Page_Load(Object sender, EventArgs e) in \\in-dev01\wwwroot$\onwardplus_dotnet\hm_participation\HMParticipation_phoenix.aspx.vb:56
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +731
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
Last edited by rdove; Apr 15th, 2004 at 02:06 PM.
-
Apr 15th, 2004, 02:06 PM
#2
Thread Starter
Addicted Member
Figured it out...was my stupid mistake.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|