The XML error is in the browser window. Tried in both IE7 and FF3.
And no worries about the action menu. You gotta expect some tweaking to do when a new release of the core comes out. I just mentioned in case it was some weirdness no one else was seeing.
I've just reproduced something else twice that I don't know if it will help, but if I build the project a second time (Cntrl-F5 in VS2008) after installing the blog module (and getting the above error when I click the Read More link), it no longer builds. Seems it can no longer load the FCK editor provider. I get the following build errors:
Error 1 Could not load type 'DotNetNuke.HtmlEditor.FckHtmlEditorProvider.fckimagegallery'. C:\Users\Alden\Documents\Visual Studio 2008\WebSites\DotNetNuke Website2\Providers\HtmlEditorProviders\Fck\fckimagegallery.aspx 1
Error 2 Could not load type 'DotNetNuke.HtmlEditor.FckHtmlEditorProvider.fckCSS'. C:\Users\Alden\Documents\Visual Studio 2008\WebSites\DotNetNuke Website2\Providers\HtmlEditorProviders\Fck\fckcss.aspx 1
Error 3 Could not load type 'DotNetNuke.HtmlEditor.FckHtmlEditorProvider.fckinstanceoptions'. C:\Users\Alden\Documents\Visual Studio 2008\WebSites\DotNetNuke Website2\Providers\HtmlEditorProviders\Fck\fckinstanceoptions.ascx 1
Error 4 Could not load type 'DotNetNuke.HtmlEditor.FckHtmlEditorProvider.FckHtmlEditorOptions'. C:\Users\Alden\Documents\Visual Studio 2008\WebSites\DotNetNuke Website2\Providers\HtmlEditorProviders\Fck\fckhtmleditoroptions.aspx 1
Error 5 Could not load type 'DotNetNuke.HtmlEditor.FckHtmlEditorProvider.fckStyles'. C:\Users\Alden\Documents\Visual Studio 2008\WebSites\DotNetNuke Website2\Providers\HtmlEditorProviders\Fck\fckstyles.aspx 1
Error 6 Could not load type 'DotNetNuke.HtmlEditor.FckHtmlEditorProvider.fcklinkgallery'. C:\Users\Alden\Documents\Visual Studio 2008\WebSites\DotNetNuke Website2\Providers\HtmlEditorProviders\Fck\fcklinkgallery.aspx 1
If I create a new DNN web site with a fresh install, it builds fine until I add the blog module, then won't build after that. I will experiment to see if this happens if I add any module with my host account.
Thanks a lot for your help. I'm sure that once I get this blog module running and can step through the source code, it will teach me everything I need to know about building modules like this. First step is to just getting it running!
Alden Gannon (aka, AldenG)