wcf - The definition of the report 'Main Report' is invalid -


I am installing a service on a machine that will call a method from another WCF service and a rdlc report Will email. I have a copied report in the compile directory and I refer to it, it seems that is to find it

local report report = new local report (); Report.ReportPath = @ "C: \ Services \ Experience Field Manager \ ExperienceService \ bin \ Debug \ DailyLog.rdlc";

I have nothing named 'Main Report' in my code, any suggestions?

Thanks a lot in advance.

Solution: Place the required Microsoft.ReportViewer.ProcessingObjectModel installation folder in the bin / debug directory.


Comments

Popular posts from this blog

wpf - Line breaks and indenting for the XAML of a saved FlowDocument? -

gtk - Python Window Resize -

c# - read full xml file data over tcp -