Hello Jon,
I tried copying the extracted files(bin and js) from the webcontrols(WebControls.install.v02.02.02.00) today and I encountered this error everytime I click on any of the links:
An error has occurred.
DotNetNuke.Services.Exceptions.PageLoadException: Requested value 'Motion' was not found. ---> System.ArgumentException: Requested value 'Motion' was not found. at System.Enum.Parse(Type enumType, String value, Boolean ignoreCase) at DotNetNuke.UI.Utilities.BrowserCaps.GetBrowserCaps() at DotNetNuke.UI.Utilities.ClientAPI.BrowserSupportsFunctionality(ClientFunctionality eFunctionality) at DotNetNuke.UI.WebControls.DNNMenu.get_IsDownLevel() at DotNetNuke.UI.WebControls.DNNMenu.LoadPostedXML() at DotNetNuke.UI.WebControls.DNNMenu.OnInit(EventArgs e) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.AddedControl(Control control, Int32 index) at System.Web.UI.ControlCollection.Add(Control child) at DotNetNuke.UI.Skins.NavObjectBase.InitializeNavControl(Control objParent, String strDefaultProvider) at DotNetNuke.UI.Skins.Controls.Nav.OnInit(EventArgs e) in C:\inetpub\wwwroot\CompiledModules\Admin\Skins\Nav.ascx.vb:line 177 at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.AddedControl(Control control, Int32 index) at System.Web.UI.ControlCollection.Add(Control child) at DotNetNuke.Framework.DefaultPage.Page_Init(Object sender, EventArgs e) in C:\inetpub\wwwroot\CompiledModules\Default.aspx.vb:line 590 at System.Web.UI.Control.OnInit(EventArgs e) at System.Web.UI.Page.OnInit(EventArgs e) at DotNetNuke.Framework.PageBase.OnInit(EventArgs e) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---
I also have noticed that the version of dotnetnuke.webutility in WebControls.install.v02.02.02.00 and ClientAPI.install.v04.01.02.07 packages are different. These 2 are the latest packages.
The dotnetnuke.webutility version in WebControls.install.v02.02.02.00 doesn't seem to support this: ControlMethodClass
But the dotnetnuke.webutility version in ClientAPI.install.v04.01.02.07 supported it.
How can I get a dotnetnuke.webutility version that works with 4.9.2 and supports the ControlMethodClass.
Please advise.
Thank you.
-Maricel-