Rank: Administration Groups: Member
Joined: 3/24/2008 Posts: 2,870 Points: 5,786 Location: South Florida USA
|
Crystal Reports in ASP .NET Core 2.0 https://answers.sap.com/questions/318288/crystal-reports-in-asp-net-core-20.htmlQuote: But you are still using ASP NET Core, still not supported.
As noted, we don't support the "light" version of the Framework, same as it was in VS 2010 and selecting .Net Framework Client Profile. All of the required dependencies are not included in that version, same as the Core version. I believe Microsoft just renamed it to Core.
So update your Core Project to the full 4.7.1 and it should work.
I just install 4.7.1 and it works for my existing ASP.NET project that was set to 4.0.
To be clear, Framework 2.0 Core is NOT supported.
|