简体   繁体   中英

An assembly specified in the application dependencies manifest (project.deps.json) was not found

I am trying to run this c# project on a Debian virtual machine but I get the following error:

Error:
  An assembly specified in the application dependencies manifest (ErpNet.FP.Server.deps.json) was not found:
    package: 'runtimepack.Microsoft.NETCore.App.Runtime.linux-x64', version: '3.0.0'
    path: 'createdump'

I have installed both .NET Core 3.0 SDK and .NET Core 3.0 Runtime on the machine. I am running the ready to download and run fileLinux 64 bit, folder install

Recompilling from the source (using dotnet msbuild ) directly on the linux machine seemed to solve my problem.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM