I'm working on a project that means that I will need a Raspberry Pi; however, I have very limited programming experience in Python or Lua.
Is it possible to run a program compiled in VS2013 using C# on a Raspberry Pi?
You can use VS2019 to compile your C# application to .NET Core 3.1.
Once your application is compiled open the directory with the .csproj file in command promt. type in dotnet publish -c release -r linux-arm
in command promt. put the compiled files onto the pi then open a terminal window on the py and type chmod u+x <YourProjectName>
then ./<YourProjectName>
Enjoy!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With