Hi,
Probably IRepository<Subject> is not created by Dependency Injection. The reason might be Subject entity is not added to any DbContext.
If it is added to any dbContext, do you have below line in that module's Initialize method (one of your EntityFramework modules).
IocManager.RegisterAssemblyByConvention(Assembly.GetExecutingAssembly());
You can use Thread.CurrentThread.CurrentUICulture.Name.
Hi,
You can use NSubstitute for this one. We have used it in our paid product. See it's documentation here <a class="postlink" href="http://nsubstitute.github.io/">http://nsubstitute.github.io/</a>
Or you can disalbe background job execution in your test module. See <a class="postlink" href="http://aspnetboilerplate.com/Pages/Documents/Background-Jobs-And-Workers#disabling-job-execution">http://aspnetboilerplate.com/Pages/Docu ... -execution</a>
Duplicate of #1992
Hi,
You can also find error details in Logs.txt file under your web project. If it is not there, you can check window's event logs.
Hi,
We haven't tried creating a WCF service and we dont have the solution. Maybe @engwalid can share the solution.
If you want to use OData, you can check this documentation <a class="postlink" href="http://aspnetboilerplate.com/Pages/Documents/OData-Integration">http://aspnetboilerplate.com/Pages/Docu ... ntegration</a>
Hi,
Can you send an example screenshot of setting Feature/Permission (I'm also a bit confused :)) dialog. We will be able to answer your question more accurate.
You are right, Configuration.Localization.IsEnabled = false does not do anything about current thread culture.
Hi,
I couldn't understand your problem. When you create a new class, lets say MyCustomAuditInfoProvider, and use replace service for IAuditInfoProvider, ABP will automatically call your new MyCustomAuditInfoProvider's Fill method instead of it's default IAuditInfoProvider implementation.
If this is not the case for you, can you explaint it a bit more detailed.
Hi,
This is a duplicate of #1979@0c1f9c7c-91bf-4eba-b587-c82edcc8d710