Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jan 30, 2012 10:50 AM by Jack Hunt
Participant
1270 Points
713 Posts
Jan 11, 2012 06:03 AM|LINK
I create one .rdlc report in my application and my application run perfectly bt
when i update online source than update report and pages than i get below parser error.
Parser error
Line 1: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="printreportdemo.aspx.cs" Inherits="modhAdmin_printreportdemo" %> Line 2: Line 3: <%@ Register Assembly="Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Line 4: Namespace="Microsoft.Reporting.WebForms" TagPrefix="rsweb" %> Line 5: than i change in webconfig and i add below line's from offline webconfig.1.... <buildProviders> <add extension=".rdlc" type="Microsoft.Reporting.RdlBuildProvider, Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> </buildProviders>2....<add path="Reserved.ReportViewerWebControl.axd" verb="*" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" validate="false" />i know there is problem with webconfig bt i cant find it
Jan 11, 2012 06:33 AM|LINK
<add assembly="Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" /> <add assembly="Microsoft.ReportViewer.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
when i add this two assembly than now i get below error
Configuration error:
Line 44: <add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/> Line 45: <add assembly="System.Management, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" /> Line 46: <add assembly="Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" /> Line 47: <add assembly="Microsoft.ReportViewer.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" /> Line 48: </assemblies>
Jan 11, 2012 11:31 AM|LINK
Than i put online webconfig in my ofline application and generate new report so assembly restore automaticaly than i upload that webconfig online bt it doesn't work
and i get
configuration error
of
report assembly
Jan 30, 2012 10:50 AM|LINK
i got it out this error...
server does not support this assembly.
----------------++++++++++++++++++---------------------------
Jack Hunt
Participant
1270 Points
713 Posts
Compilation error when using .rdlc Report online
Jan 11, 2012 06:03 AM|LINK
I create one .rdlc report in my application and my application run perfectly bt
when i update online source than update report and pages than i get below parser error.
Parser error
mit's Website
Mitesh N Vaishnav
Jack Hunt
Participant
1270 Points
713 Posts
Re: Compilation error when using .rdlc Report online
Jan 11, 2012 06:33 AM|LINK
<add assembly="Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
<add assembly="Microsoft.ReportViewer.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
when i add this two assembly than now i get below error
Configuration error:
Line 44: <add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/> Line 45: <add assembly="System.Management, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" /> Line 46: <add assembly="Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" /> Line 47: <add assembly="Microsoft.ReportViewer.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" /> Line 48: </assemblies>mit's Website
Mitesh N Vaishnav
Jack Hunt
Participant
1270 Points
713 Posts
Re: Compilation error when using .rdlc Report online
Jan 11, 2012 11:31 AM|LINK
Than i put online webconfig in my ofline application and generate new report so assembly restore automaticaly than i upload that webconfig online bt it doesn't work
and i get
configuration error
of
report assembly
mit's Website
Mitesh N Vaishnav
Jack Hunt
Participant
1270 Points
713 Posts
Re: Compilation error when using .rdlc Report online
Jan 30, 2012 10:50 AM|LINK
i got it out this error...
server does not support this assembly.
----------------++++++++++++++++++---------------------------
mit's Website
Mitesh N Vaishnav