AspNetWrapper CrystalReportViewer

0
0

Hi,

  1. When using AspNetControl Wrapper CrystalReportViewer with TargetFrameworks: net48. It is OK
  2. When using AspNetControl Wrapper CrystalReportViewer with TargetFrameworks: net48;net6.0. It is not OK
  3. How to Wrapper CrystalReportViewer with TargetFrameworks: net48;net6.0?

Please help.

Regards,

  • You must to post comments
0
0

Hi Huỳnh,

Unfortunately, you can’t use regular ASP.NET Controls with .NET6.

When you run your application with .NET 6, you’re running it as an ASP.NET Core application, and regular ASP.NET Controls don’t work in that environment.

You’ll have to change the Target Framework to .NET Framework 4.8 (net48) for it to work correctly!

Best,
Alaa

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.