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

Activities of "ryancyq"

Answer

Hi, @mirzanas, if your network request is sending "99,999" and your BE received 99999.00, this means that you are sending string in your network request where your BE is expecting it to be decimal. Asp.Net model binding will covert the string into decimal (because your BE model is expecting it as decimal) if the string is a number

Hi @davidharrison, AuthorizationHelper does not skip Host User when checking for features.

I have created a PR for it. If you are need the fix urgently, you can apply the changes in your project by replacing AuthorzationHelper with your own MyAuthorizationHelper

See https://github.com/aspnetboilerplate/aspnetboilerplate/pull/4117

Hi @davidharrison , can you share the code of how you resolve those domain layer managers? Also, possible the Dispoaed Object exception stack trace as well.

Hi @avanekar02, can you share the full error stack trace (from App_Data/Log.txt) here as well?

Answer

Hi @mirzanas, are you using Anuglar or jQuery version of ANZ?

You should format the number at client side (javascript) when displaying the value

Hi @avanekar02, can you share the full error stack trace instead of Visual Studio build error?

Hi @timmackey, can you share the approaches/solutions that you have tried?

Answer

Hi @avanekar02, can you share the error stack trace from the App_Data/Log.txt file. We have yet to receive the log file for this issue. Currently, only the log file for https://support.aspnetzero.com/QA/Questions/6195 was received.

Also, please share with us your ANZ project version (e.g. v6.3 Jquery or Angular)

Answer

npm run create-bundles command.

Was only introduced after v5.5

Hi, assuming you are using v6.3 of ANZ MVC jQuery version, were you tring to deploy to Azure or Self-hosted server?

For Azure, https://docs.aspnetzero.com/documents/zero/latest/Step-by-step-publish-to-azure-core-mvc#publish-web-mvc-application-to-the-azure

For Self-hosted, https://docs.aspnetzero.com/documents/zero/latest/Step-by-step-core-publish-to-iis#publishing-web-site

Showing 361 to 370 of 573 entries