Posted by: Bungle - Tuesday, 9 March 2010 07:55:14 |
---|
Hi all, I'm trying to install YAF on a rackspace cloud server, and I'm having trouble with it. I'm getting the error: [code]Could not load file or assembly 'jQueryNet, Version=1.3.2.22566, Culture=neutral, PublicKeyToken=f3828393ba2d803c' or one of its dependencies. The module was expected to contain an assembly manifest. [/code] With the stacktrace: [code][BadImageFormatException: Could not load file or assembly 'jQueryNet, Version=1.3.2.22566, Culture=neutral, PublicKeyToken=f3828393ba2d803c' or one of its dependencies. The module was expected to contain an assembly manifest.] DNA.UI.ClientScriptManager.RegisterJQuery(Control ctrl) +0 DNA.UI.ClientScriptManager.RegisterJQueryScriptReferences(Control control) +18 DNA.UI.ClientScriptManager.RegisterJQueryControl(Control control, IScriptBuilder builder) +18 DNA.UI.JQuery.Dialog.OnPreRender(EventArgs e) +1080 YAF.Modules.PopupDialogNotification.OnPreRender(EventArgs e) in \\fs2-n02\stor2wc2dfw1\439265\www.whzanforum.com\web\content\App_Code\YAF\Modules\PagePopupModule.cs:208 System.Web.UI.Control.PreRenderRecursiveInternal() +80 System.Web.UI.Control.PreRenderRecursiveInternal() +171 System.Web.UI.Control.PreRenderRecursiveInternal() +171 System.Web.UI.Control.PreRenderRecursiveInternal() +171 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +842[/code] I'm guessing it's a trust issue - Rackspace runs the cloud under a variation of medium trust, I believe, but I'm completely stumped. Anybody got any ideas? Thanks, Ben. |