Skip to content

.NET Core on Raspberry Pi – Access to the path is denied

After installing the .NET Core sdk on my Raspberry Pi I received the following error when attempting to create a new console application using the ‘dotnet new console’ command.

image

pi@raspberrypi:~/IoT/FirstProject $ dotnet new console
System.UnauthorizedAccessException: Access to the path '/home/pi/.dotnet/5.0.203.toolpath.sentinel' is denied.
---> System.IO.IOException: Permission denied
---...

Continue Reading Rick A. Wilson (RAW)’s Article on their blog

http://feedproxy.google.com/~r/richardawilson/mqoq/~3/K0-ZOlSP1OM/net-core-on-raspberry-pi-access-tot-he.html

Blog Syndicated with Rick A. Wilson (RAW)’s Permission

Leave a Reply