WebReport - Error in Export Function
I have created a report on an aspx web page using Datasource and the WebReport Control using VS2010 and ver 1.9.1 of FastReport.Net. When compiled and ran on the web it shows the data as expected but the minute I try to export to any format I get the following error:
Exception Details: System.Web.HttpException: Could not load type 'FastReport.Web.Handlers.WebExport'.
Am I missing something critical or does this need to be coded slightly differently.
Regards
Gus
Exception Details: System.Web.HttpException: Could not load type 'FastReport.Web.Handlers.WebExport'.
Am I missing something critical or does this need to be coded slightly differently.
Regards
Gus
Comments
I guess really simple [img]style_emoticons/<#EMO_DIR#>/mad.gif" style="vertical-align:middle" emoid="" border="0" alt="mad.gif" /> The FastReport.dll & FastReport.Web.dll had not copied into the BIN folder of my live website so it all worked OK on the local Server but not on live. After copying the files it works just great. Gus[/img]