glucaci / mongodb-quartz-net

MongoDB Job Store for Quartz.NET
MIT License
50 stars 39 forks source link

Make it work with Quartz 3.0.7 and Mongo DB Driver 2.7.2 #14

Closed cispiroglu closed 5 years ago

cispiroglu commented 5 years ago

Make it work with Quartz 3.0.7 and Mongo DB Driver 2.7.2

chrisdrobison commented 5 years ago

Does it not already? The library is targeting 3.x and Mongo 2.4.x which should allow you to use those versions.

cispiroglu commented 5 years ago

Sure already working with current(3.0.4) versions. But when consolidate with latest version of quartz then 3.0.4 up to version 3.0.7 and throws 3.0.4 not found exception when registering with castle windsor. so make it work may be the not correct i just meant upgrade version.

chrisdrobison commented 5 years ago

Try setting up an assembly binding in your project to fix this issue.