IoTSharp / SilkierQuartz

SilkierQuartz can host jobs using HostService and Provide a web management tools for Quartz !
http://sq.iotsharp.io/
MIT License
357 stars 71 forks source link

System.InvalidOperationException: 'Could not load the embedded file manifest #125

Closed aslamy closed 2 years ago

aslamy commented 2 years ago

Hi !

I get this exception when I run: SilkierQuartz.Example

System.InvalidOperationException: 'Could not load the embedded file manifest 'Microsoft.Extensions.FileProviders.Embedded.Manifest.xml' for assembly 'SilkierQuartz'.'

Peter939 commented 2 years ago

Hi, have the same problem.

Peter939 commented 2 years ago

Hi, The packages "Microsoft.Extensions.FileProviders.Embedded" and "Microsoft.Extensions.FileProviders.Physical" is not in net5 and net6 targets.

emcdng commented 2 years ago

Hi guys,

could you solve the problem?