Thanks, I was able to get it working by directly adding the assembly via browse in Visual Studio 2008. I am still curious why using gacutil /i <assemblyname> was not enough to get the assembly to appear in visual studio's list of .NET assemblies. However, when I run gacutil /l, all the castle assemblies appear.
On May 25, 11:46 pm, Mauricio Scheffer <[email protected]> wrote: > Seehttp://stackoverflow.com/questions/2769522/how-do-you-install-castle-... > > On May 25, 12:58 pm, dcompiled <[email protected]> wrote: > > > I am new to windsor and trying it out because a book I am reading > > recommends it (Pro ASP.NET MVC Framework). I downloaded the files for > > Windsor and the MicroKernel but did not find any installation > > instructions. I tried manually adding the assemblies to the GAC but > > Visual Studio does not find them unless I manually browse to the > > folder and set the option to "Copy Locally". How do I setup Winsdor > > et al to work with Visual Studio 2008? > > > -- > > You received this message because you are subscribed to the Google Groups > > "Castle Project Users" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group > > athttp://groups.google.com/group/castle-project-users?hl=en. -- You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/castle-project-users?hl=en.
