Sueetie

All I can say is, SUEET! It is a project that integrates best of breed Open Source .NET software to produce an online community suite. That makes it a direct competitor to Community Server and, to a smaller extent, mojoPortal.

I’ll be looking at the possibility of migrating That Stupid Club which is currently running on CS to Sueetie. CS was nice, and for a while was the only choice, but it is just too big and too complex to customise easily.

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-scratching, turns out the error only occurs when I use GUIDs as the primary key in the association table. Switching to good old “int” solved everything. I wonder if that has been fixed in the trunk, I should go code spelunking.