Client only framework
Hi!
Is there any way to use fastreport.net with client-only framework subset ?
Regars,
mc
Is there any way to use fastreport.net with client-only framework subset ?
Regars,
mc
Comments
I don't have any experience with this. However, this point from Microsoft means that FastReport.Net is not compatible with client profile:
I tired to create a simple project with referenced fastreport.dll and Client-Only framework targetted project. Only two dll missing when tired to deploy the project:
System.Web and System.Design. IMHO this dll-s are not too importants to print a report (the run-time design not too important for me, but the Client-only framework can
be very useful, because the size of the full 3.5/SP1 framework a little bit horrible to the avarage windows XP user).
- System.Web is used only with WebReport component; it should work if you use only Report component.
- System.Design is used for component designers such as WebReport and Report.
Yes, it is true. The Clickonce deployment is not happy, but when I tired it with XP and Client-Only fw it seems good.
Regards,
mc