Could not load file or assembly Microsoft.ReportViewer.WebForms.XmlSerializers

后端 未结 2 1514
终归单人心
终归单人心 2021-01-12 11:40

i am using ReportViewer control in my aspx page. i am accessing the report from remote processing mode.

this is my code:

      ReportServerDomain = S         


        
2条回答
  •  渐次进展
    2021-01-12 11:50

    Have you tried to reinstall ReportViewer redistributable files? You can find the links here

    http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=6576

    http://www.microsoft.com/download/en/details.aspx?id=4016

    The first one is the one related to VS2008 report viewer, ( the other one is for 2005 version) and is the one that should resolve your problem.

提交回复
热议问题