In an effort to try and supply further information to try and solicit more help I have listed some of the errors below. I have been programming classic ASP for years and am quite new to .net and must admit find .net errors quite confusing.
Scheduler Exception:
InnerException: SqlDateTime overflow. Must be between 1/1/1753 12:00:00 AM and 12/31/9999 11:59:59 PM.
My Comment: What is this is this the millenium bug come to haunt me?
Scheduler Exception:
InnerException: Add failed. Duplicate key value supplied.
My Comment: There are two of these which I guess is something to do with the duplication that's mentioned.
Host Alert:
BusinessControllerClass: DotNetNuke.Modules.Media.MediaController, DotNetNuke.Modules.Media
DesktopModuleId: 63
UpgradeVersionsList: 03.02.00
ExceptionMessage: Object reference not set to an instance of an object.
My Comment: ??? Some problem with the Media Module. ???
Host Alert:
BusinessControllerClass: DotNetNuke.Modules.Blog.Business.InterfaceController, DotNetNuke.Modules.Blog
DesktopModuleId: 51
UpgradeVersionsList: 01.00.00,01.00.01,01.00.02,01.00.03,03.00.00,03.01.04,03.01.07,03.01.12,03.01.15,03.01.20,03.01.21
ExceptionMessage: Cannot redirect after HTTP headers have been sent.
Page Load Exception:
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 1d1280db-a74d-453f-8254-110dd75c1a0c
InnerException: Object reference not set to an instance of an object.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: DotNetNuke.Services.Log.EventLog.LogInfo.AddProperty
Page Load Exception:
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: a9c54e63-1ddd-4520-a213-b43605be315d
InnerException: Object reference not set to an instance of an object.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: DotNetNuke.Services.Log.EventLog.LogInfo.AddProperty
General Exception:
InnerException: Could not load type 'DotNetNuke.Modules.Survey.SurveyController'.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Web.Compilation.BuildManager.GetType
General Exception:
InnerException: Could not load type 'DotNetNuke.Modules.Reports.ReportsController'.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Web.Compilation.BuildManager.GetType
And a huge amount of Host Alerts which don't look too serious, well not as serious as these.
As I said earlier, this is a vanilla install "straight out of the box" with just a DB connection change. Why does it appear to be in such a mess?
Surely this was tested before it was made available but for the life of me I can't work out what I've done that is so bad and could cause this list of errors. I haven't even touched the install.config or template yet. And I can't imagine anyone would put out a release like this with so many errors so it must be something I've brought in.
Can anybody give me an idea when 4.4.0 may be released. I have a major job on but cannot use a portal with this amount of errors before I've even started doing anything!
I really hope some of you DNN experts can help me start with a clean error free install.
Coops