Page 1 of 1

Installing Console core in Rev Pi

Posted: 11 Jun 2019, 03:09
by reza.mahdiani
Hi,
I installed console core on Revpi and it seems every thing is fine. but as I try to run a code with that I receive the error:
Did you mean to run dotnet SDK commands? Please install dotnet SDK from:
http://go.microsoft.com/fwlink/?LinkID= ... lcid=0x409
I searched but i couldn't find anything helpful in internet. the following is the codes in PuTTY:

pi@RevPi14524:~ $ dotnet --info

Microsoft .NET Core Shared Framework Host

Version : 2.0.9
Build : 1632fa1589b0eee3277a8841ce1770e554ece037

pi@RevPi14524:~ $ clear
pi@RevPi14524:~ $ dotnet --info

Microsoft .NET Core Shared Framework Host

Version : 2.0.9
Build : 1632fa1589b0eee3277a8841ce1770e554ece037

pi@RevPi14524:~ $ dotnet run
Did you mean to run dotnet SDK commands? Please install dotnet SDK from:
http://go.microsoft.com/fwlink/?LinkID= ... lcid=0x409

Re: Installing Console core in Rev Pi

Posted: 20 Mar 2020, 12:30
by FerreiraMlg
Did you solve this? I run into the same issues, no tutorial online solves it.