Platform: windows server 2003 x64
.Net version: 3.5
YAF version: 1.9.3
Ok I just had this working one night ago, the server crashed and I had to reimage it and resetup YAF, and now it's giving me this "Failed to load /forum/pages/forum.ascx" bs. I have the forum setup as a subdirectory with everything in the web.config as it should be, and yet it still wants to give me this error. For the life of me I can't figure out what it is. The full error is as follows:
Server Error in '/forum' Application.
Failed to load /forum/pages/forum.ascx.
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.ApplicationException: Failed to load /forum/pages/forum.ascx.
Source Error:
Line 116: throw new ApplicationException( "Failed to load " + src + "." );
Line 117: }
Line 118: }
Line 119:
Line 120: protected override void Render( HtmlTextWriter writer )
Source File: c:\Inetpub\wwwroot\forum\App_Code\YAF\Forum.cs Line: 118
Stack Trace:
[ApplicationException: Failed to load /forum/pages/forum.ascx.]
YAF.Forum.Forum_Load(Object sender, EventArgs e) in c:\Inetpub\wwwroot\forum\App_Code\YAF\Forum.cs:118
System.Web.UI.Control.OnLoad(EventArgs e) +132
System.Web.UI.Control.LoadRecursive() +66
System.Web.UI.Control.LoadRecursive() +191
System.Web.UI.Control.LoadRecursive() +191
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2428
Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053
Any ideas?