Browse by Tags

10 August 2010
Email in Castle Monorail 2.0
Castle Monorail has been my web framework of choice for some years now. I’ve been using the obsolete RenderEmailAndSend method, and as that was presented as the sample code. Monorail 2.0 uses Core 1.2 which features an integrated email sender component, and the old sample code does not work anymore,... Read More...
Filed under: , ,
26 February 2008
Castle ActiveRecord Bug?
Or perhaps it was actually NHibernate at fault. I was trying to set up a many-to-many relationship with attributes on the association table and the ActiveRecord CreateSchema call just kept complaining that my assocation table already exists and cannot be created again. After an hour or so of head-scatching... Read More...
Filed under: , ,