Hi there, my net core 5 API project builds and runs perfectly on both my Linux boxes, one is an Intel NUC running Debian 64 bit and the other is an ARM64 SBC running Armbian. Whilst I’m able to get the app running in a Docker container on the NUC it fails on the ARM box with a 'Could not load file or assembly ‘/MyAPI.dll’. The system cannot find the file specified. I’ve shelled ( docker exec ) into the container and the file is there - I’ve also tried launching the dll from the cli of the container and receive the same error !!! Any ideas guys ?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Net Core app won't run on ARm^4 | 0 | 379 | January 20, 2021 | |
Running dotnet api in docker on Raspberry PI OS 64 | 5 | 112 | August 7, 2024 | |
Netcore app fails to start | 1 | 2345 | April 7, 2022 | |
Unable to find/create an image that can publish .Net core 3.1 x86 application | 0 | 374 | March 9, 2022 | |
Loading Libraries using .NET Core and Docker | 0 | 1360 | December 20, 2018 |