AbpHelper.GUI
AbpHelper.GUI copied to clipboard
AbpHelper AppImage not working on Linux
OS: Manjaro
When I attempt to run the App Image in Manjaro/Linux, I get the following popup error:
A JavaScript error occurred in the main process
Uncaught exception:
Error spawn dotnet ENOENT
at ChildProcess._handle.onexit (node:internal/child_process:238:19)
at onErrorNT (node:internal/child_process:478:16)
at process.processTicksAndRejections (node:internal/process/task_queues:83:21)
please check your dotnet version
I'm using .NET 7
Have you tried installing other .net framework software? Let's rule out whether it's a system environment issue or an AbpHelper installation package.
I'm currently using ABP Framework without any issues, as well as general C# development using RiderIDE.