Hi all ,
Im trying to use solrnet multicore manager and after a lot of bugs -
__- im at the front of this one :
code:
var solrFacility = new SolrNetFacility();
var container =
new WindsorContainer(new XmlInterpreter(new
StaticContentResource( the xml ...);
ect ect.. like in the example given by solrnet ( and other blogs and
websites) but no code , or information about the library how to
integrate it .
Parser Error Message: Could not load file or assembly
'Castle.MicroKernel\, Version\=2.1.0.0\, Culture\=neutral\,
PublicKeyToken\=407dd0808d44fbdc' or one of its dependencies. The
system cannot find the file specified.
in my web.config i added manualy
<add assembly="'Castle.MicroKernel, Version=2.1.0.0, Culture=neutral,
PublicKeyToken=407dd0808d44fbdc"/>
Where can i find Castel.microKernel dll ?? don't tell me it's merged
with windsor -__- .. coz as u can see it does not work .
if you have full tutorial with clear example , let me know please ,
coz im fighting with the code , im not good at
asp.net/c#
Thank you in advance for help