Legedric/ptmagic

PTmagic won't run.. wrong dotnet version?

Closed this issue · 1 comments

i'm using a ubuntu vps, followed the tutorial at: https://www.youtube.com/watch?v=N1Q56bnnsas

he installs dotnet-sdk-2.1.101

this was for an older version of PTmagic (1.4.0), so i installed v 2.0.3 of ptmagic

when i try to run it i get this:

root@PT2:/var/opt/pt-v2-instance1/ProfitTrailer2/PTMagic/PTMagic# dotnet PTMagic.dll
It was not possible to find any compatible framework version
The specified framework 'Microsoft.NETCore.App', version '2.1.0' was not found.

  • Check application dependencies and target a framework version installed at:
    /
  • Alternatively, install the framework version '2.1.0'.

does this mean i need to install dotnet 2.1.0 instead of 2.1.101? if so, should i remove 2.1.101 first?

thanks

i found the correct package for 2.1.0 (it had a weird name), now it's running