Hi,
I installed crystal report version 13.0.0.99 to use it with Visual Studio 2010 to Create report in C#.net windows application.But Crystal report viewer tool is not enable in my Visual studio 2010 toolbox.Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Neeraj KumarPosted Jun 1, 2015, 9:09 AM
By default a new WinForms project gets set to .NET Framework 4 Client Profile. To fix your problem change it to .NET Framework 4.
To do this right-click your project and select Properties. On the Application tab set the Target Framework dropdown.
Ujjval ShuklaPosted Jun 4, 2015, 1:11 AM