A quick post today in the Common Errors category. You may be getting the following exception when trying to run Summary report on your Campaign:
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.] Stimulsoft.Report.StiReport.GetReferencedAssemblies() +1179 ...
To resolve this, you need a reference to Sitecore.Oracle.dll within the source of Campaign Summary report.
1. Open the following file: \sitecore\shell\Applications\Analytics\Reports\Campaigns\Summary.mrt
2. Add the following to the <ReferencedAssemblies /> section:
That’s all!
1 comments:
Thanks, man! You've saved my day :)
Post a Comment