question

WhysPMC-9306 avatar image
0 Votes"
WhysPMC-9306 asked ZhiLv-MSFT commented

The code suddenly stop execute when running the debug mode or without debug mode

i have trouble when running the system whether in debug mode or without debug mode. when in debug mode, it suddenly stop execute the code.
84686-stopatkendo.png


the code always stop execute at kendo. sometime the code stop execute somewhere else like my authorization manager. even when i step over, it still at the same code
i already done many thing such as:-
- reset all setting
- reinstall the visual studio community 2019
- reinstall all the package

this problem happen to me after i change my pc. so i also try turn off the firewall and still not work out.
84607-process-memory-suddenly-stop.png


i also find it weird when the process memory suddenly stop. the process memory never reach more than 600 mb.

dotnet-csharpdotnet-aspnet-core-general
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi @WhysPMC-9306,

Have you ever set break point in the that line of code? After removing the @(Html.Kendo().Grid<InvoiceModel>(), whether the application works well or not? Besides, try to use the browser F12 developer Console tools to check whether there has any error?

0 Votes 0 ·

0 Answers