Re: Newbie Question: Can't get Monorail-trunk to execute MonoRailHttpHandlerFactory

2009-05-26 Thread Tigraine
I already checked that, they are reference: Reference Include=Castle.Components.Binder, Version=1.0.3.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL SpecificVersionFalse/SpecificVersion HintPath..\..\lib\monorail-trunk\Castle.Components.Binder.dll/

Re: Newbie Question: Can't get Monorail-trunk to execute MonoRailHttpHandlerFactory

2009-05-26 Thread John Simons
Tigraine, There is an error message, did you look at your Event Viewer? Also, to debug this issues, the simplest way I found is to turn on the fusion log. Cheers John On May 26, 8:10 pm, Tigraine hoelblin...@gmail.com wrote: Oh, right. Thank you very much. It now works. I somehow feel like

Newbie Question: Can't get Monorail-trunk to execute MonoRailHttpHandlerFactory

2009-05-25 Thread Tigraine
Hello there. I know this now sounds kind of silly, but I am simply not able to convince MonoRail to call my controller. I'm currently trying to set up a sample project and I've been following the (outdated) sample @ http://www.castleproject.org/monorail/gettingstarted/creatingproject.html . I

Re: Newbie Question: Can't get Monorail-trunk to execute MonoRailHttpHandlerFactory

2009-05-25 Thread Gauthier Segay
What server are you running? If you are using IIS 7 you also need to assign .castle extension to aspnet isapi handler in the site settings if you are using visualstudio webserver it should just work (every httprequest is handled by the server) I don't have instruction for IIS 7 at the moment

Re: Newbie Question: Can't get Monorail-trunk to execute MonoRailHttpHandlerFactory

2009-05-25 Thread Tigraine
Oh, sorry I forgot to mention that. I'm trying to make it work inside VS. That also works (tried by running against RC3 assemblies). greetings Daniel On May 25, 10:18 pm, Gauthier Segay gauthier.se...@gmail.com wrote: What server are you running? If you are using IIS 7 you also need to

Re: Newbie Question: Can't get Monorail-trunk to execute MonoRailHttpHandlerFactory

2009-05-25 Thread Ken Egozi
see if you have needed prerequisites in the bin. usually Castle.Components.Binder.dll and Castle.Components.Common.EmailSender.dll are the ones to blame (cuz usually you won't reference them, so you'd have to have a postbuild event to move them into bin) On Mon, May 25, 2009 at 11:43 PM,