Hi,
We are experiencing the following error when adding these lines to the web.config:
<Telerik.Reporting>
<Extensions>
<Render>
<Extension name="XLS">
<Parameters>
<Parameter name="DefaultPageFooter" value="false"/>
</Parameters>
</Extension>
<Extension name="XLSX">
<Parameters>
<Parameter name="DefaultPageFooter" value="false"/>
</Parameters>
</Extension>
</Render>
</Extensions>
</Telerik.Reporting>
This only happens when it is outside of the development environment and it seems to be down the the XLSX segment (if I remove that then it works).
The error that we are getting is this:
Server Error in '/' Application.
Exception Details: System.TypeLoadException: A null or zero length string does not represent a valid Type.
Source Error:
Stack Trace:
Version Information: Microsoft .NET Framework Version:2.0.50727.5420; ASP.NET Version:2.0.50727.5420
We are using 2011 Q3 or the reporting so we know it is not a case of missing the XamlRendering dll (as it is no longer required we believe).
Any help would be appreciated.
Many thanks
Carl Howarth
PSP IT Design & Development
We are experiencing the following error when adding these lines to the web.config:
<Telerik.Reporting>
<Extensions>
<Render>
<Extension name="XLS">
<Parameters>
<Parameter name="DefaultPageFooter" value="false"/>
</Parameters>
</Extension>
<Extension name="XLSX">
<Parameters>
<Parameter name="DefaultPageFooter" value="false"/>
</Parameters>
</Extension>
</Render>
</Extensions>
</Telerik.Reporting>
This only happens when it is outside of the development environment and it seems to be down the the XLSX segment (if I remove that then it works).
The error that we are getting is this:
Server Error in '/' Application.
A null or zero length string does not represent a valid Type.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: System.TypeLoadException: A null or zero length string does not represent a valid Type.
Source Error:
An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.
|
Stack Trace:
|
Version Information: Microsoft .NET Framework Version:2.0.50727.5420; ASP.NET Version:2.0.50727.5420
We are using 2011 Q3 or the reporting so we know it is not a case of missing the XamlRendering dll (as it is no longer required we believe).
Any help would be appreciated.
Many thanks
Carl Howarth
PSP IT Design & Development