Customizing a SSRS report

I am adding some fields to the Campaign Giving Comparison report from Tessitura.  My updated RDL and Stored Procedure run just fine in Visual Studio BI but when I try to run the report I have customized I get the error below in the Tessitura client. 

Get the same error for any Tessitura SSRS report that I customize but the Element custom SSRS reports are working just fine.

 

--------------

Exception of type 'System.Web.HttpUnhandledException' was thrown.
There was an error processing this request. Please check the details below.
Object reference not set to an instance of an object.
 
at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at ASP.reports_viewreport_aspx.ProcessRequest(HttpContext context) in c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\live_tessituraweb\0c055225\2f2112d1\App_Web_o12zgeoi.0.cs:line 0
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

Inner Exception

at Tessitura.Web.Reports.ViewReport.Page_Load(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

-------------------------

Anyone know what I am missing?

Thanks
Joel

Parents Reply Children
No Data