cliveontoast / GoMoPho

Google motion photos video extractor
GNU General Public License v3.0
116 stars 12 forks source link

Missing Dependencies #2

Closed augustseptember closed 5 years ago

augustseptember commented 5 years ago

dotnet ~/GoMoPho/netcoreapp2.0/GoMoPhoCoreConsole.dll

Error:
  An assembly specified in the application dependencies manifest (GoMoPhoCoreConsole.deps.json) was not found:
    package: 'System.Configuration.ConfigurationManager', version: '4.5.0'
    path: 'lib/netstandard2.0/System.Configuration.ConfigurationManager.dll'

System: Ubuntu 18.04 installed NET according to: https://www.microsoft.com/net/download/linux-package-manager/ubuntu18-04/runtime-current

cliveontoast commented 5 years ago

Error: An assembly specified in the application dependencies manifest (GoMoPhoCoreConsole.deps.json) was not found: package: 'System.Configuration.ConfigurationManager', version: '4.5.0' path: 'lib/netstandard2.0/System.Configuration.ConfigurationManager.dll'

Hi augustseptember. Thanks for the error report. I appologise that it does not work for you. I don't have a linux pc at home, but I should be able to sort something out in the office.

I'll be sure to work out what is going on yet. Not sure why it would insist on the .ConfigurationManager dll.

cliveontoast commented 5 years ago

Hi augustseptember, I've just released v1.2 I hope this fixes your problem. I learned a bit more about publishing dotnetcore apps using the publish feature instead.

augustseptember commented 5 years ago

Nice! Thank you very much! It worked very well. Though it would be nice if this program was native for linux and would come without all this Microsoft packages. :)