Base solution for your next web application
Open Closed

Upgrading from 8.7.0 to 10.1.0 - DynamicEntityParameters doesn't exist in namespace 'Abp' #10039


User avatar
0
SBJ created

Prerequisites

  • What is your product version? Currently upgraded to 10.1.0; originally 8.7.0.
  • What is your product type (Angular or MVC)? MVC.
  • What is product framework type (.net framework or .net core)? .NET Core.

I've followed the guide found at https://docs.aspnetzero.com/en/common/latest/Version-Updating and merged it to my development and resolved the conflicts as instructed on the linked page, but when I try to build the solution, it fails with 3 errors that always pop-up (the last ones in the screenshot just appeared today):

I do have .NET 5.0 SDK installed, so that shouldn't be an issue either.

Any help would be appreciated.


2 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    DynamicEntityParameter is renamed to DynamicEntityProperty.

  • User Avatar
    0
    SBJ created

    Hi,

    Thank you for the information. I've re-done the merge conflicts and fixed that part along with it. It works now.

    Thank you.