I was using the ninject module in a project and I needed to unbind the ISolrConnection so I could inject a different URL from a settings repository that was resolved later.
For some reason I could not get the named bindings in ninject to unbind. kernel.Unbind<ISolrConnection> didn't seem to work on the named bindings.
I changed the code to resolve the ISolrConnection based on the DocumentType rather than the core names.
I'm not sure if this is the best solution but maybe you guys can take a look and let me know. It still doesn't work with mutli cores of the same document type.
> > > > solrnet+unsubscribe@googlegroups.com.