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

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -