Closed GoogleCodeExporter closed 8 years ago
StructureMap is strongly named, which fixes the version of the reference. The
only way around this would be to write the SolrNetRegistry using reflection to
avoid having a static dependency on StructureMap's types, but IMHO that's a
hack.
SolrNet master (the latest revision in git) currently builds against
StructureMap 2.6.1. After it's released, it will be up to StructureMap to
decide if a future version of StructureMap will be backwards-compatible with
2.6.1. If they decide to change the assembly version, compatibility will be
broken.
Original comment by mauricio...@gmail.com
on 1 Dec 2010 at 2:27
Fair enough. The reflection option is definitely a hack.
I guess I could do an assembly redirect, but I assume that would have to be in
my app. I'll give that a shot.
Original comment by jar...@gmail.com
on 1 Dec 2010 at 2:39
Yup, assembly redirection would work too (if there aren't any real breaking
changes in StructureMap)
Original comment by mauricio...@gmail.com
on 1 Dec 2010 at 10:53
Original comment by mauricio...@gmail.com
on 1 Dec 2010 at 10:53
Original issue reported on code.google.com by
jar...@gmail.com
on 1 Dec 2010 at 12:22