plok77
Jul 09, 2021, 8:50 AM
How to reproduce:
Create a new Ext.NET Core web application from a developer command prompt using the command 'dotnet new extnet'
Change one of the pages (e.g. GridPanel.cshtml.cs) to throw an exception on page load
Press F5 to run the application in developer mode and navigate to the page that throws the exception
Check the server response. A 500 error will be returned with no page output.
Contrast this with creating a new empty Razor Pages app via the command 'dotnet new webapp' and throwing an exception on the loading of a page. The developer exception page will be returned to the user.
Is this a known issue with Ext.NET v7?
Thanks
Paul
Create a new Ext.NET Core web application from a developer command prompt using the command 'dotnet new extnet'
Change one of the pages (e.g. GridPanel.cshtml.cs) to throw an exception on page load
Press F5 to run the application in developer mode and navigate to the page that throws the exception
Check the server response. A 500 error will be returned with no page output.
Contrast this with creating a new empty Razor Pages app via the command 'dotnet new webapp' and throwing an exception on the loading of a page. The developer exception page will be returned to the user.
Is this a known issue with Ext.NET v7?
Thanks
Paul