I keep 'lib' folder on every solution, put all relevant dependencies there
(castle, nhibernate, nunit, etc.) make sure it's in the same SCM, and
reference from there.

the reason is that every project might have slightly different versions of
the dependencies, thus a central location is not a good idea

On Mon, Feb 2, 2009 at 3:55 PM, Wayne Douglas <[email protected]> wrote:

> I had an old install version of the framework on my laptop which the
> project might have been pulling in from the GAC so I'm removing that and re
> linking everything.
> Does everyone here generally include the projects themselves in the
> solutions they work in or do you link to the dlls in the build folder?
>
> Cheers
>
> w://
>
> 2009/2/2 Ken Egozi <[email protected]>
>
>> on newer versions (trunk, not RC3), the useWindsorIntegration="true" is
>> disregarded.
>>
>> EngineContextModule is also obsolete and not in use on newer versions.
>>
>> from that I can assume that you're using an old version of monorail.
>>
>>
>>
>>
>> On Mon, Feb 2, 2009 at 3:48 PM, Wayne Douglas <[email protected]>wrote:
>>
>>> Hi
>>>
>>> I get this whenever I set useWindsorIntegration="true". However this [1]
>>> article seems to suggest that this portion of the config is no longer
>>> required?
>>>
>>> <error>
>>>
>>> Looks like you forgot to register the http module
>>> Castle.MonoRail.Framework.EngineContextModule
>>>
>>> Add '<add name="monorail"
>>> type="Castle.MonoRail.Framework.EngineContextModule,
>>> Castle.MonoRail.Framework" />' to the <httpModules> section on your
>>> web.config
>>>
>>> </error>
>>>
>>> if make it useWindsorIntegration="false" it runs up OK - this is with a
>>> bare minimum config with dlls from the trunk.
>>>
>>> Cheers
>>>
>>> w://
>>>
>>> [1] - http://tinyurl.com/2ph4r4
>>>
>>>
>>>
>>
>>
>> --
>> Ken Egozi.
>> http://www.kenegozi.com/blog
>> http://www.delver.com
>> http://www.musicglue.com
>> http://www.castleproject.org
>> http://www.gotfriends.co.il
>>
>>
>>
>
> >
>


-- 
Ken Egozi.
http://www.kenegozi.com/blog
http://www.delver.com
http://www.musicglue.com
http://www.castleproject.org
http://www.gotfriends.co.il

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to