So i have my console app (Net 5) and published it with these configs:
Everything run fine with this output folder:
However, when i tried to run it on my linux machine, it said that MPU is a shared library and can not open it. Any ideas ?
Are you using dotnet cli to run it on your Linux machine or trying to just double click it? Maybe also make sure it has the execute permission set? I don’t really use Linux a lot but I have published apps to raspberry pis and ran them before so this is about the extent of my knowledge sorry
Are you using dotnet cli to run it on your Linux machine or trying to just double click it
Well i tried to double click it. I don’t really use Linux a lot but I have published apps to raspberry pis and ran them before so this is about the extent of my knowledge sorry
Please share your experience with the pi since the nvidia jetson nano is pretty familiar with the pi.
When you say you “run it”, what are you doing and to what?
Well i want to just double click that file and a console pop up and the program do it things
Separately to ensuring you’re running it properly, I see the error is about it being a class library. Can you show us the contents of the file containing your main() function so we can confirm that’s looking normal? Have you actually confirmed that the program works in a debugger?