Hello everyone,
got DNN today and started to install it straight away, setting up the administrative stuff, categories, articles, the Text/Html replacement etc. worked so far but when I add the Engage:Publish module to a page of mine it tells me:
"This module has not been configured to display an item.
Click here to configure the module."
but clicking the link only sends me back to Default.aspx?tabid=55&def=ErrorMessage without further explanation of what went wrong.
In the Event viewer I get these two errors:
------------------------
ModuleId: 370
ModuleDefId: 135
FriendlyName: Engage: Publish
ModuleControlSource: DesktopModules/EngagePublish/ItemDisplay.ascx
AssemblyVersion: 05.00.00
PortalID: 0
PortalName: Darmzentrum
UserID: 2
UserName: admin
ActiveTabID: 55
ActiveTabName: Tags
RawURL: /Tags/tabid/55/ctl/Module/mid/370/ModuleId/370/Default.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://192.168.2.15/Tags/tabid/55/Default.aspx
UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: f24aa862-1360-4e08-98f8-6a54c6855f26
InnerException: Method not found: 'Void DotNetNuke.Entities.Modules.ModuleSettingsBase.set_ModuleId(Int32)'.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: Engage.Dnn.Publish.ItemDisplayOptions.CreateSettingsControl
StackTrace:
Message: DotNetNuke.Services.Exceptions.ModuleLoadException: Method not found: 'Void DotNetNuke.Entities.Modules.ModuleSettingsBase.set_ModuleId(Int32)'. ---> System.MissingMethodException: Method not found: 'Void DotNetNuke.Entities.Modules.ModuleSettingsBase.set_ModuleId(Int32)'. at Engage.Dnn.Publish.ItemDisplayOptions.CreateSettingsControl(String controlName) at Engage.Dnn.Publish.ItemDisplayOptions.DisplaySettingsControl() at Engage.Dnn.Publish.ItemDisplayOptions.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
Source:
Server Name: WIN-C068X343ZP9
---------------
AssemblyVersion: 05.00.00
PortalID: 0
PortalName: Darmzentrum
UserID: 2
UserName: admin
ActiveTabID: 55
ActiveTabName: Tags
RawURL: /Tags/tabid/55/ctl/Module/mid/370/ModuleId/370/Default.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://192.168.2.15/Tags/tabid/55/Default.aspx
UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 1564a3f1-0d00-410d-81bf-43d035b09170
InnerException: The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>).
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Web.UI.ControlCollection.Add
StackTrace:
Message: DotNetNuke.Services.Exceptions.PageLoadException: The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>). ---> System.Web.HttpException: The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>). at System.Web.UI.ControlCollection.Add(Control child) at DotNetNuke.Services.Exceptions.Exceptions.ProcessModuleLoadException(String FriendlyMessage, Control ctrl, Exception exc, Boolean DisplayErrorMessage) --- End of inner exception stack trace ---
Source:
Server Name: WIN-C068X343ZP9
---------------------
Is this some version issue between Publish 3.5.1 and DNN 5.0.0? Upgrading from the DNN RC2 to the release version did not help. I would try to use DNN 4.9.1 but codeplex seems to be inaccesible at the moment, at least from here...
There is no other modification to this very fresh DNN installation running Server 2008 and SQL 2008, using the minimal entropy skin.
Best regards,
Jan