Hi,
ISettingStore interface is fully implemented in module zero <a class="postlink" href="https://github.com/aspnetboilerplate/module-zero/blob/1c77cfe842f81170f4ce7e10036c1e8784331dc6/src/Abp.Zero/Configuration/SettingStore.cs">https://github.com/aspnetboilerplate/mo ... ngStore.cs</a>.
You dont have to implement in unless you have a special requirement like storing/reading settings fron another source than a database.
Hi,
Please check ABP EntityFramework Integration document <a class="postlink" href="http://aspnetboilerplate.com/Pages/Documents/EntityFramework-Integration">http://aspnetboilerplate.com/Pages/Docu ... ntegration</a>
Hi,
Did you debug the ResetPassword action. Because if user is null or password reset operation is successfull, both goes to same page. Maybe user is null in your case, is that possible ?
Hi,
Sorry for the late response. Did you manage to work this out ? If not, I will try to run your code in a test project to see and fix the error.
Hi,
Where did you use this code ? I think it's in a non unitOfWork method and because of that CurrentUnitOfWork is null in your case.
Hi,
I got it. If you dont want to use chat feature and those tables you dont need to add migration.
Bu i think you have added some code which is chat specific to your project. Those tables are not required to use signalr.
You need to remove those codes ( both from server side and client side )
Hi,
Everything seems normal. Can you send your project via email if its not a problem for you.
Hi,
There is no such file actually. Which language do you use on your app ? English, spanish etc. ?
I think jtable localization does not exists for your selected language.
Its checked here <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero/blob/512555af29618e27562e5bc7dd8dd944e79375dd/src/MyCompanyName.AbpZeroTemplate.Web/App_Start/Bundling/ScriptPaths.cs#L131">https://github.com/aspnetzero/aspnet-ze ... hs.cs#L131</a>
Hi,
I think Sql Server does not allow that. You can include IsDeleted column to your unique index.
Hi,
First of all, thanks for the video of the case :). Do you have any errors on IE's developer console ? Can you check that ? And which version of IE do you use ?