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)
-
0
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
-
0
-
0
Hi, can you please share your entities folder in your solution?