Open Closed

ABP Suite Error: #7685


User avatar
0
john@johnfuqua.com created
  • ABP Framework version: v8.2.1
  • UI Type:Blazor WASM
  • Database System: EF Core (SQL Serve
  • Tiered (for MVC) or Auth Server Separated (for Angular): YES
  • Exception message and full stack trace: AutoMapperConfigurationException
  • Steps to reproduce the issue: See screenshots below.

If I remove the navigation, I do not get the error.


3 Answer(s)
  • User Avatar
    0
    john@johnfuqua.com created

    More Abp Suite generation issues: Suite does not generate this method circled in the image. I believe this is related to the Child entity having a navigation property.

    Running this command fixed the proxy files. abp generate-proxy -t csharp -u https://localhost:44361/ -wd src/Kosai.SossHub.PlatformManager.HttpApi.Client -m PlatformManager --without-contracts

  • User Avatar
    0
    john@johnfuqua.com created

    Abp Suite does should be including this ignore when their is a navigational property as well. Here is where we added the ignore. Again related to the same object model.

  • User Avatar
    0
    EngincanV created
    Support Team .NET Developer

    Hi, can you please share your entities folder in your solution?

Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13