Hi Nina
First of all I would like to thank you for all the free skins you have provided to the community - they are a tremendous help to me.
I have recently installed a clean version of DNN 5.1.0 and downloaded some of your free DNN5 skins (freshifresh, enviro, clubcard). I have a blog module and on occasion (but not always!) it is throwing an error with
Method: DotNetNuke.NavigationControl.SolpartMenuNavigationProvider.BindI found the following known bug at
http://support.dotnetnuke.com/issue...&PROJID=29Do you know if this is the cause of my problem?
Dario Rossa
[1/24/2009 11:00:04 AM]
* CLOSING COMMENT *
After upgrading to DNN5, be sure to include the ProviderName attribute into the dnn:ACTION control of your containers:
<dnn:ACTIONS runat="server" ID="dnnACTIONS" ProviderName="DNNMenuNavigationProvider" />
and the exception should not arise anymore.
Paul Beckett