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

Activities of "maliming"

Default will not be cached. Of course, it depends on the specific ORM. If you feel that there is a performance issue, you can implement the caching feature yourself.

They return different return values and are also used for different functions.

Do not use IIS, directly in the folder of the publisher. Execute dotnet MyCompanyName.AbpZeroTemplate.Web.Mvc.dll or MyCompanyName.AbpZeroTemplate.Web.Host.dll

See how the results are.

Answer

Are you talking about Extending Localization Sources? https://aspnetboilerplate.com/Pages/Documents/Localization#extending-localization-sources

I think the application's runtime environment error caused the wrong connection string to be read. The wrong environment settings were used. appsettings.json appsettings.Production.json

https://github.com/maliming/abplocalization/blob/master/src/QA.Web.Mvc/Controllers/HomeController.cs#L17

https://github.com/maliming/abplocalization/blob/master/src/QA.Core/Localization/SourceFiles/Abp/Abp.xml#L4

https://github.com/maliming/abplocalization/blob/master/src/QA.Core/Localization/QALocalizationConfigurer.cs#L23

Access this url: http://localhost:62114/home/test

{
    "result": null,
    "targetUrl": null,
    "success": false,
    "error": {
        "code": 0,
        "message": "Hello You Need Login!",
        "details": null,
        "validationErrors": null
    },
    "unAuthorizedRequest": true,
    "__abp": true
}

@alexanderpilhar If I use a template project(https://github.com/aspnetboilerplate/module-zero-core-template) to show you the extension's built-in localization, what do you think?

I believe this is a problem with firefox.

https://stackoverflow.com/questions/699941/handle-ajax-error-when-a-user-clicks-refresh/18170879 https://bugzilla.mozilla.org/show_bug.cgi?id=486511 https://forum.jquery.com/topic/what-s-the-proper-way-to-deal-with-ajax-error-because-of-page-reload


If your users use Firefox more You may be able to make some special judgments on the Firefox browser here, not showing this error. https://github.com/aspnetboilerplate/aspnetboilerplate/blob/dev/src/Abp.Web.Resources/Abp/Framework/scripts/libs/abp.jquery.js#L100

@kalidarscope Please share the full code and values such as result.creatioN_TIME and result.expirY_DATE.

This is my practice, for reference. AbpWeb-zh-Hans.json

{
  "culture": "zh-Hans",
  "texts": {
    "InternalServerError": "服务器内部错误,请重试!",
    "ValidationError": "请求发生错误!",
    "ValidationNarrativeTitle": "传入的参数有错误,请检查!"
  }
}

Showing 2401 to 2410 of 3000 entries