-
Recent Posts
Recent Comments
- Dann on AWStats on IIS7 (in less steps than the closest cup of coffee. Well almost. )
- Richard on AWStats on IIS7 (in less steps than the closest cup of coffee. Well almost. )
- Dann on FTP Publishing on Windows Server 2008 with Amazon EC2 – Rough guide
- Amir Khan on FTP Publishing on Windows Server 2008 with Amazon EC2 – Rough guide
Archives
Categories
Meta
Tag Archives: NHibernate
Arrh! Invocation Error! NHibernate
I had started to get this annoying error when I ran my web app: Exception has been thrown by the target of an invocation. Simple fix. Add back those virtual keywords onto my POCOs that somehow disappeared. public int Id … Continue reading
NHibernate, IoC and removing that damn Log4Net dependency
Ok, so Log4Net is not that bad. It is a very good logging system, etc… So how do you perform IoC with the NHibernate logger? Well, you can’t. Unless you are ready to HACK CODE. That’s the brilliant thing about … Continue reading