I recently changed our DNN (5) installation from jquery 1.4 to 1.6. Works fine, no problems
But I found that whereever I place the "Host Settings" module I get the following error:
Error: Host Settings is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: Could not find file 'D:\Hosted Sites\Intranet\Resources\Shared\Scripts\jquery\jquery.js'. ---> System.IO.FileNotFoundException: Could not find file 'D:\Hosted Sites\Intranet\Resources\Shared\Scripts\jquery\jquery.js'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at 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, Boolean useLongPath) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options) at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize) at System.IO.StreamReader..ctor(String path, Encoding encoding) at System.IO.File.InternalReadAllText(String path, Encoding encoding) at DotNetNuke.Framework.jQuery.get_Version() at DotNetNuke.Modules.Admin.Host.HostSettings.BindData() at DotNetNuke.Modules.Admin.Host.HostSettings.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
Any thoughts? Anythign else is fine.