We are on DNN 5.3.1 / Windows Server 2003, SQL Server 2005
After upgrading to DNN 5.3.1 we get the following error:
Note: another vendors module was having a similar problem (same method not found) and they have indicated a change occured in DNN 5.3.1 and that the vendor will release a patch to account for this change..
Can anyone explain what has happened to the 'System.String DotNetNuke.Common.Globals.SendNotification method?
AssemblyVersion: 5.3.1
PortalID: 0
PortalName: Our Site
UserID: 1
UserName: host
ActiveTabID: 74
ActiveTabName: testing
RawURL: /Admin/testing/tabid/74/ctl/Edit/mid/492/Default.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://oursite/Admin/testing/tabid/74...
UserAgent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2; .NET CLR 1.1.4322; OfficeLiveConnector.1.3; OfficeLivePatch.0.0)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: a3a03035-9062-40a4-b764-fc9bcfed6c56
InnerException: Method not found: 'System.String DotNetNuke.Common.Globals.SendNotification(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String)'.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: DotNetNuke.U1_ListSettings.lnkBtnLicenseVerification_Click
StackTrace:
Message: DotNetNuke.Services.Exceptions.PageLoadException: Method not found: 'System.String DotNetNuke.Common.Globals.SendNotification(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String)'. ---> System.MissingMethodException: Method not found: 'System.String DotNetNuke.Common.Globals.SendNotification(System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String)'. at DotNetNuke.U1_ListSettings.lnkBtnLicenseVerification_Click(Object sender, EventArgs e) at System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e) at System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) at System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---