How do you install Castle Windsor IOC?

Posted by user300266 on Stack Overflow See other posts from Stack Overflow or by user300266
Published on 2010-05-04T22:58:56Z Indexed on 2010/05/04 23:18 UTC
Read the original article Hit count: 615

Filed under:

I'm currently reading Pro ASP.NET MVC Framework by Sanderson. In the book he recommends setting up IoC using Castle Windsor, and he points out that the download automatically installs it and registers the Castle DLLs in the GAC. Well, at this point in time (5/4/2010), the Castle Project no longer has a downloadable installer that sets this up. Its all broken out into their individual subprojects with the raw files contained in zipped folders. Sadly there's no installation documentation that I can find about how to set it up. Being the noob that I am, I'm stuck and now forced to ask #1 where should castle windsor live on my hard drive? #2 how do I manually register the dlls properly? And, #3 should I be angry at the project maintainers for their oversight?

Here's the link: http://www.castleproject.org/castle/download.html

© Stack Overflow or respective owner

Related posts about asp.net-mvc