Thanks Joshua,
Is there a timeline for when Telerik will support the .NET 4 Client profile in VS2010 WinForm projects?
I updated the target framework to the full .NET 4 framework, and all is good now. I can see and use the RadChart control from the VS2010 toolbox.
For those who may find themselves in a similar situation, to change the target framework:
VB.Net Projects
- Right-click the solution project and select Properties (or double click My Project)
- Select the Compile tab in the properties dialog.
- Click the Advanced Compile Options... button (lower left of window)
- Select ".NET Framework 4" (not ".NET Framework 4 Client Profile") in the Target framework (all configurations): drop down.
- Click OK, and then save.
C# Projects
- Double-click the Properties item of the project.
- Select the Application tab, if it isn't already.
- Select ".NET Framework 4" (not ".NET Framework 4 Client Profile") in the Target framework drop down.
- Save
F# Projects
- Right-click the solution project and select Properties
- Select the Application tab, if it isn't already.
- Select ".NET Framework 4" (not ".NET Framework 4 Client Profile") in the Target framework drop down.
- Save
Cheers,
Paul