Need Help Handling Errors in ASP.NET Core on My School Chromebook

Hi everyone,


I'm working on an ASP.NET Core project using my school chromebook, and I'm having trouble handling errors effectively. Has anyone faced similar issues or have any tips on how to manage them?

Here's my setup:

  • Developing with ASP.NET Core
  • Using Visual Studio Code in a Linux environment on my Chromebook

The issues I'm facing include:

  • Difficulty in debugging and tracing errors.
  • Inconsistent error messages that don't provide clear guidance on how to fix the issues.
I've tried searching online for solutions, but most guides assume access to a full Windows development environment, which I don't have. Any advice or resources specific to Chromebooks would be really helpful!

Thanks in advance for your support!

Best, Jonathan Jone


3 Replies

SK Subathra Kaliamoorthy Syncfusion Team June 3, 2024 02:50 PM UTC

Hi Jonathan,


Greetings from Syncfusion Support!


Based on your query, we understand that you are experiencing difficulties with debugging and tracing errors. For comprehensive guidance on this topic, we recommend referring to the following Microsoft documentation links, as error handling is a common aspect of ASP.NET Core development:


- Handle errors in ASP.NET Core

- Handle errors in ASP.NET Core controller-based web APIs

- How to handle errors in Minimal API apps


Please feel free to reach out if you have any queries related to Syncfusion Libraries.


Best regards,

Subathra K



RR Rajendran R Syncfusion Team June 4, 2024 01:28 PM UTC

Hi Jonathan,

We understand that working with ASP.NET Core on a Chromebook can present unique challenges, especially with error handling and debugging. Chromebooks, primarily designed for lightweight tasks, can have limitations when running a full ASP.NET Core development environment.

Here are some suggestions to achieve your requirements:

  • Develop with a Split Approach: Given the limitations, you might find it more efficient to develop the front-end of your application using JavaScript or Angular or React framework. For the back-end, consider using ASP.NET Core Web API, which can be developed and tested more effectively on a remote environment.
  • Use Remote Development Tools: Connect remote machines (like a Windows) from your Chromebook. This can give you the full development environment you need without being constrained by the Chromebook's hardware limitations.

We hope these suggestions help streamline your development process. Please let us know if you need further assistance.

Best regards,

Rajendran R.



AS Arshad Saqib September 28, 2025 12:04 PM UTC

It can be tricky handling ASP.NET Core errors on a Chromebook since the development environment is limited. You might want to check if you're using the right .NET SDK version and make sure error logging is properly configured in.  


Loader.
Up arrow icon