My event viewer is showing the error pasted below referring to "Object reference not set to an instance of an object". This error seems to occur in sets of 4. Meaning there are usually 4 of these reported at the same time, each time.
My report is using a SQL Server Stored Procedure with two parameters. It is using the html visualizer. The report runs well, the parameters are used successfully and the output matches the design of the html template. So all appears well except that these errors keep being reported and the app (DNN) has been restarting frequently causing very poor website performance.
How do I resolve these errors? Thank you for your response.
Mark Buelsing
____________________________________________________________________
AssemblyVersion: 6.2.7
PortalID: -1
PortalName:
UserID: -1
UserName:
ActiveTabID: -1
ActiveTabName:
RawURL:
AbsoluteURL:
AbsoluteURLReferrer:
UserAgent:
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 2c0bb28f-5392-4f90-b7fb-8603cbf2ff8b
InnerException: Object reference not set to an instance of an object.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: DotNetNuke.Modules.Reports.ReportsController.BuildParameters
StackTrace:
Message: System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.Modules.Reports.ReportsController.BuildParameters(PortalModuleBase SrcModule, ReportInfo Report) at DotNetNuke.Modules.Reports.ReportsController.ExecuteReport(ReportInfo objReport, String cacheKey, Boolean bypassCache, PortalModuleBase hostModule, Boolean& fromCache) at DotNetNuke.Modules.Reports.ReportsController.ExecuteReport(ReportInfo objReport, String cacheKey, Boolean bypassCache, PortalModuleBase hostModule) at DotNetNuke.Modules.Reports.ReportsController.GetSearchItems(ModuleInfo ModInfo) at DotNetNuke.Services.Search.ModuleIndexer.GetSearchIndexItems(Int32 PortalID)
Source: