I installed 5.1.1 CE twice on XP Professional using SQL Server 2005 Developer's Edition (essentially, Enterprise) with SSMS.
Each time the install seemed to go fine, but I found a number of "red" entries in the event viewer:
Could not load type 'DotNetNuke.Modules.Html.HtmlTextController'. (3 times)
These occur immediately after install, then comes an application started message (2 times)
and then:
Method: DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFiles (1 Time)
StackTrace:
Message: System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFiles(Array arrPaths) at DotNetNuke.Modules.Html.HtmlTextController.UpgradeModule(String Version) at DotNetNuke.Entities.Modules.EventMessageProcessor.UpgradeModule(EventMessage message)
Source:
=====================================
Method: DotNetNuke.Common.Globals.NavigateURL (3 times)
StackTrace:
Message: System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.Common.Globals.NavigateURL(Int32 TabID, Boolean IsSuperTab, PortalSettings settings, String ControlKey, String Language, String[] AdditionalParameters) at DotNetNuke.Common.Globals.NavigateURL
=====================================
And the last about the fact that I did set an SMTP host, which I didn't, so that doesn't bother me.
But i'm wondering if I missed something in the setup that I am getting errors such as these.