New using FastReport.net
I found FR can help me to create report on asp.net (vs express 2010), so I download DEMO to see how it works.
I could create a report and see the preview in my pc but when I copy my asp project to the web and open page with report I got the following error:
Could not load file or assembly 'FastReport.Web, Version=2013.1.11.0, Culture=neutral, PublicKeyToken=db7e5ce63278458c' or one of its dependencies. The system cannot find the file specified.
Source Error:
Line 13: <compilation debug="true" strict="false" explicit="true" targetFramework="4.0">
Line 14: <assemblies>
Line 15: <add assembly="FastReport.Web, Version=2013.1.11.0, Culture=neutral, PublicKeyToken=DB7E5CE63278458C" />
Line 16: <add assembly="FastReport, Version=2013.1.11.0, Culture=neutral, PublicKeyToken=DB7E5CE63278458C" />
Line 17: <add assembly="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
I copied all DLL to my web project directory but anyway same error.
What do I need to do. I do not want to buy FR if I can not make the DEMO work for me.
I could create a report and see the preview in my pc but when I copy my asp project to the web and open page with report I got the following error:
Could not load file or assembly 'FastReport.Web, Version=2013.1.11.0, Culture=neutral, PublicKeyToken=db7e5ce63278458c' or one of its dependencies. The system cannot find the file specified.
Source Error:
Line 13: <compilation debug="true" strict="false" explicit="true" targetFramework="4.0">
Line 14: <assemblies>
Line 15: <add assembly="FastReport.Web, Version=2013.1.11.0, Culture=neutral, PublicKeyToken=DB7E5CE63278458C" />
Line 16: <add assembly="FastReport, Version=2013.1.11.0, Culture=neutral, PublicKeyToken=DB7E5CE63278458C" />
Line 17: <add assembly="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
I copied all DLL to my web project directory but anyway same error.
What do I need to do. I do not want to buy FR if I can not make the DEMO work for me.