Cheers All sorted now - turned out it was because I had the older install version on the laptop. Once I'd removed all that, restarted, rebuilt and copied + re-referenced the DLLs into a lib folder withing my project structure - it all started clicking together :)
Many thanks w:// 2009/2/2 Ken Egozi <[email protected]> > this error clearly shows that you are using an old version. > > please grab a new version of the project, either by building from trunk, or > downloading the zip from the build server. > put the dlls somewhere, and reference them from your project > > > > On Mon, Feb 2, 2009 at 4:06 PM, Wayne Douglas <[email protected]>wrote: > >> Hmm - thanks fo the help thus far... >> I've removed the old installation and re-referenced everything: >> >> It started complaining about >> >> Error trying to instantiate service >> Castle.MonoRail.Framework.Services.AjaxProxyGenerator.PrototypeAjaxProxyGenerator >> >> for a few tries and then reverted back to >> >> 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* >> I've checked every reference in my project and each one has a verions of >> 1.0.3.0. >> >> 2009/2/2 Wayne Douglas <[email protected]> >> >> 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 -~----------~----~----~----~------~----~------~--~---
