Files in 'scripts' directory show filenotfound error, refer to 'config' directory
All my javascript files in the Scripts directory show a 'could not find file' error, however all files are actually in that folder. For some reason Umbraco looks in the /config/ directory instead of /scripts/ for these files. Does anybody have any insight on this?
Server Error in '/' Application.
Could not find file 'C:\websites\xxxxx\wwwroot\config\test.js'.
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:\websites\cools-umbraco-new\wwwroot\config\tet.js'.
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:\websites\xxxxx\wwwroot\config\test.js'.]
Files in 'scripts' directory show filenotfound error, refer to 'config' directory
All my javascript files in the Scripts directory show a 'could not find file' error, however all files are actually in that folder. For some reason Umbraco looks in the /config/ directory instead of /scripts/ for these files. Does anybody have any insight on this?
Server Error in '/' Application.
Could not find file 'C:\websites\xxxxx\wwwroot\config\test.js'.
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:\websites\cools-umbraco-new\wwwroot\config\tet.js'.
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:\websites\xxxxx\wwwroot\config\test.js'.]
System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +10547981
System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy) +2580
System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy) +138
System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options) +98
System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize) +139
System.IO.StreamReader..ctor(String path, Boolean detectEncodingFromByteOrderMarks) +127
System.IO.File.OpenText(String path) +44
Nibble.Umb.Tree.Config.editConfigFile.Page_Load(Object sender, EventArgs e) +1015
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +25
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +42
System.EventHandler.Invoke(Object sender, EventArgs e) +0
System.Web.UI.Control.OnLoad(EventArgs e) +132
umbraco.BasePages.BasePage.OnLoad(EventArgs e) +74
System.Web.UI.Control.LoadRecursive() +66
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2428
Version Information: Microsoft .NET Framework Version:2.0.50727.5446; ASP.NET Version:2.0.50727.5420
is working on a reply...