Replies: 2 comments 2 replies
-
Figured out the initial error. My copy routine was not bringing over the createdump file. I brought that file in but now I am experiencing the same issue when publishing as self contained. The terminal window hangs for a minute or two and then gives a segmentation fault error. |
Beta Was this translation helpful? Give feedback.
0 replies
-
If you have followed any guide with the word Then try running the app again. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I've created a .Net 5 "hello world" type app on Windows and now I am trying to publish it to run on Linux (Ubuntu 20.04) but I am getting the following error:
An assembly specified in the application dependencies manifest (QSS.Clearview.Timeshark.deps.json) was not found:
package: 'runtimepack.Microsoft.NETCore.App.Runtime.linux-x64', version: '5.0.4'
Here are the steps I did:
Note: I also tried running as a self contained application: dotnet publish -c release -r ubuntu.20.04-x64 -o myOutput --self-contained
Doing it this way did not give me the error above but instead I got a "segmentation fault" after a couple of minutes of hang time.
I'm presuming I messed up something with the Linux box. Don't have a ton of knowledge in that area. Am hoping someone can provide some troubleshooting suggestions.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions