Base solution for your next web application
Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "samara081"

Answer

i solve it thank you

Answer

nothing all i need to let my code to enter to catch bloack and set error message to be shown to user

Answer

no, it is not insert and not enter the catch for this error

Answer

in last statement before try block , number 2 is wrong to try entring in catch, it is foreign key reference so i provide the Id not exist in database

Thanks Aaron, this solved the issue

url give 404

Ok AbpUserRequestCultureProvider working fine, i just put it in thw wrong place

Thank ismcagdas for your reply,

I tried to follow all the steps in the thread and solved some issues, however I still miss one point.

We have AspNetCore-MVC template (Not Angular), we did the following:

  1. On AbpServiceBase, we have added the following: Thread.CurrentThread.CurrentCulture = new System.Globalization.CultureInfo("en-US"); This has fixed the server side date formatting
  2. On _layout, we have added the following line on moment script section abp.localization.currentLanguage.name = 'en'; This fixed the calendar control data time, now we can add and edit without any issue.
  3. Last part which is still not working is data in data table and view pages, where it still display the data in Hijri. Where the data has been retrun correctly from the application, but in fiddler as well as the view pages it was on Hijri I tried RequestCultureProvider , but still not working
Showing 11 to 18 of 18 entries