Hi
I upgraded to DNN 7.4.0 from DNN 7.3 and the URL rewriter does not work at all. I had to change my webconfig to switch back to the core rewriter, however now I get this error if I go to the Portals Admin page:
It looks like someone else has an error but this post if no loading as the DNN Forums are broken: http://www.dnnsoftware.com/forums/threadid/515139/...
Error: Portal Urls is currently unavailable.DotNetNuke.Services.Exceptions.ModuleLoadException: Attempt by method 'iFinity.DNN.Modules.UrlMaster.Entities.TabInfoEx.Clone(DotNetNuke.Entities.Tabs.TabInfo)' to access method 'DotNetNuke.Entities.Tabs.TabInfo.set_Panes(System.Collections.ArrayList)' failed. ---> System.MethodAccessException: Attempt by method 'iFinity.DNN.Modules.UrlMaster.Entities.TabInfoEx.Clone(DotNetNuke.Entities.Tabs.TabInfo)' to access method 'DotNetNuke.Entities.Tabs.TabInfo.set_Panes(System.Collections.ArrayList)' failed. at iFinity.DNN.Modules.UrlMaster.Entities.TabInfoEx.Clone(TabInfo tab) at iFinity.DNN.Modules.UrlMaster.Data.SqlDataProvider.GetTab(Int32 tabId) at iFinity.DNN.Modules.UrlMaster.UI.Controls.PageList.GetTab(Int32 portalId, Int32 tabId) at iFinity.DNN.Modules.UrlMaster.UI.Controls.PageList.ctlTabs_OnSelectedIndexChanged(Object sender, TabSelectEventArgs e) --- End of inner exception stack trace ---