VSS2010 + FR + .NET 2.0
Hi!
I am using the VSS2010 C# and need to compile my project under the .NET 2.0 framework. While doing this, I get compiler errors b/c several namespaces like FastReport.Utils are unknown (which are known under 4.0).
How to fix this problem, don't want to go back to the VSS2008?!
Best regards and Thanks for your help! JayDee
I am using the VSS2010 C# and need to compile my project under the .NET 2.0 framework. While doing this, I get compiler errors b/c several namespaces like FastReport.Utils are unknown (which are known under 4.0).
How to fix this problem, don't want to go back to the VSS2008?!
Best regards and Thanks for your help! JayDee
Comments
Try to add System.Windows.Forms.DataVisualization.dll to the project reference list. You will probably need to install Microsoft Chart Control first:
http://www.microsoft.com/en-us/download/de...s.aspx?id=14422