when i use report in my project (winform) telerik report (Q1 2010 )will use dotnet 4.0 . i need to use only dotnet 2.0. how do i fix it.
thank you
3 Answers, 1 is accepted
0
Steve
Telerik team
answered on 08 Sep 2011, 07:45 AM
Hello Chatchai,
Visual Studio 2010 sets the default target framework of Winforms and WPF applications to .NET 4.0 Client Profile, which is not supported by Telerik Reporting. You need to change the target framework from the application properties to .NET 2.0 or .NET 4.0 (not Client Profile) in order to utilize Telerik Reporting. For more information refer to How to: Target a Specific .NET Framework Version or Profile article.
Kind regards,
Steve
the Telerik team
Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward!
We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>
thank you for answer. but i change .net framwork 4.0 to 2.0 in first time when i add telerik report to my project then .net framwork of telerik report use .net 4.0. how do i change to .net 2.0 because my project can use .net 2.0 if you don't clear my question can i put some photo for explain.
0
Steve
Telerik team
answered on 08 Sep 2011, 12:07 PM
Hi Chatchai,
Telerik Reporting is built against .NET 2.0 so your statement that it uses .NET 4.0 is not correct. Yes, it can work under .NET 4.0 but it does not require a specific version of the framework. You can see the supported framework versions and OS in the System requirements page.
Greetings,
Steve
the Telerik team
Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward!
We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>