Updating 7.14.0 to 7.15.11
# help-with-umbraco
t
We've got a site that was previously on UmbracoCMS and UmbracoCMS.Core 7.14.0 and have updated it to 7.15.10 successfully. When going to update to 7.15.11, I'm getting the message 'Unable to resolve dependency 'Lucene.Net.QueryParser'. As far as I can see, we have no direct dependency on this package. Other people seem to have had issues with System.Collections.Immutable and System.Text.Encoding.CodePages being too high a version, and downgrading these resolved their issues. Our Immutable package is on 1.7.1 and we don't have CodePages installed. We're also on Lucene.Net version 2.9.4.1. Has anyone had anything similar?
m
Getting the exact same issue on the same up @tommot2582 did you happen to get anywhere with it?
Incase you're still struggling with this one @tommot2582 or anyone else. For some reason it was down to the MySql.Data package. The site I was updating had V6.9.12 installed, V7.15.12 has v6.9.9 I downgraded to v6.9.9 and the update worked. No idea why it was flagging Lucene.Net.QueryParser. That was a PITA to find
t
conflict version
t
@McGurk Thanks a lot! Sorry for not getting back to you, I got pulled onto a different project so didn't have chance to carry on looking at this. Downgrading to 6.9.9 allowed me to update to 7.15.12. Again, thanks a lot!
m
Nice one, glad it helped 🙂
2 Views