There is no full support yet. To get it working, you have to do the following:
- manually add FastReport components to the Toolbox as described in the programmer's manual ("General information/Installing into VS Toolbox");
- by default, Visual Studio 2010 uses target: ClientFramework for all new winforms projects. This is not supported; you should target full .Net Framework. It can be changed in the "Project|Properties..." dialog.
The next version, FastReport.Net v1.4, will fully support Visual Studio 2010, including .Net Framework Client Profile. We plan to release it at the end of April.
Comments
There is no full support yet. To get it working, you have to do the following:
- manually add FastReport components to the Toolbox as described in the programmer's manual ("General information/Installing into VS Toolbox");
- by default, Visual Studio 2010 uses target: ClientFramework for all new winforms projects. This is not supported; you should target full .Net Framework. It can be changed in the "Project|Properties..." dialog.