yuzd / Hangfire.HttpJob

httpjob for Hangfire,restful api for Hangfire,job调度与业务分离
https://github.com/yuzd/Hangfire.HttpJob/wiki
MIT License
620 stars 184 forks source link

mysql 版本写代码添加报找不到这个 #129

Closed cz0004 closed 2 years ago

cz0004 commented 2 years ago

Failed to process the job '2': an exception occurred. System.TypeLoadException: Could not load type 'Hangfire.Tags.Storage.TagsServiceStorage' from assembly 'Hangfire.Tags, Version=1.7.1.0, Culture=neutral, PublicKeyToken=null'.

yuzd commented 2 years ago

引入

<PackageReference Include="Hangfire.Tags.MySql.Official" Version="1.7.0" />

可以查看demo

image