- ABP Framework version: v8.3.1
- UI Type: MVC
- Database System: EF Core (SQL Server.)
- Tiered (for MVC) or Auth Server Separated (for Angular): yes/no
- Exception message and full stack trace:
- Steps to reproduce the issue: *Will share you Sample Template project on mail
17 Answer(s)
-
0
-
0
Shared you on mail
-
0
Method 'GetServiceProviderHashCode' in type 'ExtensionInfo' from assembly 'Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite, Version=5.0.7.0, Culture=neutral, PublicKeyToken=adb9793829ddae60' does not have an implementation.
Method 'GetServiceProviderHashCode' in type 'ExtensionInfo' from assembly 'EntityFrameworkCore.SqlServer.HierarchyId, Version=2.1.0.0, Culture=neutral, PublicKeyToken=0c30ba8633cb7b1e' does not have an implementation
-
0
Please upgrade all microsoft packages to the 8.0.x
-
0
-
0
Still there are errors my side if your project is running smoothly please share with me Is it neccessory to use feature management and background job related modules to implement if there is no use in my project
-
0
Still there are errors my side if your project is running smoothly please share with me
what error?
Is it neccessory to use feature management and background job related modules to implement if there is no use in my project
you can remove them if they are not necessary for you
-
0
-
0
Shared you current code on mail
-
0
-
0
-
0
Hi,
Permission management module is a basic module, and identity module depends on it. if you don't want use permission management you have to remove identity module too
- So is it necessary to have tables for them like following.
- According to the project given by me to you I want localization, Caching, Exception Handling So which are required and dependent packages for them. Because its taking too much time to solve one issue there is no fixed documentation which provide dependencies of other packages.
-
0
So is it necessary to have tables for them like following.
yes, it's. otherwise, you need to delete the identity module too.
According to the project given by me to you I want localization, Caching, Exception Handling So which are required and dependent packages for them. Because its taking too much time to solve one issue there is no fixed documentation which provide dependencies of other packages.
Hi, usually the documentation will mention the required packages:
- https://abp.io/docs/latest/framework/fundamentals/localization
- https://abp.io/docs/latest/framework/fundamentals/caching
- https://abp.io/docs/latest/framework/fundamentals/exception-handling
Exception handing is a part feature of
Volo.Abp.AspNetCore.Mvc
package -
0
es, it's. otherwise, you need to delete the identity module too.
If my identity server is different I just want authentication and authorization working on this api so do i Need identity module or not. I already have identity server with identity module which i am using for the authentication purpose.
-
0
if you need to use the identityuser/roles etc.. and its endpoints in this project, you need to keep it, as I see, you don't need it (You need to evaluate carefully).
-
0
-
0