Hi,
I already working on this for the whole day, but I still can't figure out, so I hope any one here can help:
I am using Reporting Q2, and my application is working well locally (while develping, debuging)
but after I upload my file to the server, I get this message
--------
Could not load file or assembly 'Telerik.ReportViewer.WebForms, Version=3.1.9.807, Culture=neutral, PublicKeyToken=a9d7983dfcc261be' or one of its dependencies. The module was expected to contain an assembly manifest.
--------
and the related line is in web.config:
--------
Because it said: " The module was expected to contain an assembly manifest."
So It means I already put .dll file in the BIN folder, and I have these fields in web.config file:
--------
<add assembly="Telerik.ReportViewer.WebForms, Version=3.1.9.807, Culture=neutral, PublicKeyToken=A9D7983DFCC261BE"/>
<add assembly="Telerik.Reporting, Version=3.1.9.807, Culture=neutral, PublicKeyToken=A9D7983DFCC261BE"/></assemblies>
.
.
<buildProviders>
<add extension=".rdlc" type="Microsoft.Reporting.RdlBuildProvider, Microsoft.ReportViewer.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
</buildProviders>
.
.
<add name="Telerik.ReportViewer.axd_*" path="Telerik.ReportViewer.axd" verb="*" type="Telerik.ReportViewer.WebForms.HttpHandler, Telerik.ReportViewer.WebForms, Version=3.1.9.807, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" preCondition="integratedMode,runtimeVersionv2.0"/>
--------
everything is good locally, why I get this error on the server, can any body give me an explain?
Thank you very much.
Do I need to configure something on the server? How to?
I already working on this for the whole day, but I still can't figure out, so I hope any one here can help:
I am using Reporting Q2, and my application is working well locally (while develping, debuging)
but after I upload my file to the server, I get this message
--------
Could not load file or assembly 'Telerik.ReportViewer.WebForms, Version=3.1.9.807, Culture=neutral, PublicKeyToken=a9d7983dfcc261be' or one of its dependencies. The module was expected to contain an assembly manifest.
--------
and the related line is in web.config:
--------
<add assembly="Telerik.ReportViewer.WebForms, Version=3.1.9.807, Culture=neutral, PublicKeyToken=A9D7983DFCC261BE"/>
--------Because it said: " The module was expected to contain an assembly manifest."
So It means I already put .dll file in the BIN folder, and I have these fields in web.config file:
--------
<add assembly="Telerik.ReportViewer.WebForms, Version=3.1.9.807, Culture=neutral, PublicKeyToken=A9D7983DFCC261BE"/>
<add assembly="Telerik.Reporting, Version=3.1.9.807, Culture=neutral, PublicKeyToken=A9D7983DFCC261BE"/></assemblies>
.
.
<buildProviders>
<add extension=".rdlc" type="Microsoft.Reporting.RdlBuildProvider, Microsoft.ReportViewer.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
</buildProviders>
.
.
<add name="Telerik.ReportViewer.axd_*" path="Telerik.ReportViewer.axd" verb="*" type="Telerik.ReportViewer.WebForms.HttpHandler, Telerik.ReportViewer.WebForms, Version=3.1.9.807, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" preCondition="integratedMode,runtimeVersionv2.0"/>
--------
everything is good locally, why I get this error on the server, can any body give me an explain?
Thank you very much.
Do I need to configure something on the server? How to?