Hi there, I recently posted a few threads regading the following error If Config.GetSetting("ServerName") = "" then see http://www.dotnetnuke.com/Community/Forums/tabid/795/forumid/108/postid/328135/scope/posts/Default.aspx
I've determined that this is due to dlls not being transferred when using CruiseControl.NET to produce Debug builds to different environments. Now when I add DNN source version to CrusieControl.NET I immediatley get errors
/DotNetNuke_Community/DesktopModules/Help/CategoryEdit.ascx (1,): errorASPPARSE: Could not load type 'DotNetNuke.Modules.Help.CategoryEdit'.
/DotNetNuke_Community/DesktopModules/Help/Help.ascx (1,): errorASPPARSE: Could not load type 'DotNetNuke.Modules.Help.Help'.
/DotNetNuke_Community/DesktopModules/Help/HelpEdit.ascx (1,): errorASPPARSE: Could not load type 'DotNetNuke.Modules.Help.HelpEdit'.
/DotNetNuke_Community/DesktopModules/Help/Settings.ascx (3,): errorASPPARSE: Could not load type 'DotNetNuke.Modules.Help.Settings'.
/DotNetNuke_Community/DesktopModules/Help/NavPane.ascx (2,): errorASPPARSE: Could not load type 'DotNetNuke.Modules.Help.NavPane'.
Has anyone any experience of adding DotNetNuke to CrusieControl.Net and overcame these initial errors. If not has anyone any links to information regarding DNN and CrusieControl.NET.
Thanks
Mike