Browse by Tags

log4net is not logging!
Published 07-05-2007 3:32 PM | jokiz
I have been using log4net for a year and a half now and there are scenarios where I'm expecting it to log some data only to find out that it's not logging. I know two possible reasons of log4net not logging: 1. It is not yet configured to log...
The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Published 06-28-2007 6:14 PM | jokiz
I was running a test today which uses NHibernate to load data from the database and I got this result. The inner exception details are below: Inner Exception System.TypeInitializationException Message: The type initializer for 'NHibernate.Cfg.Configuration'...
Filed under: , ,
ThreadAbortException and Response.Redirects
Published 07-26-2006 8:22 PM | jokiz
i was surprised to find out that I got a number of ThreadAbortException error logs on our application. turns out that everybody using Response.Redirect(string) overload is also experiencing it. Scott Hanselman experienced it here and there is a kb article...
Filed under: , ,
Enabling log4net logging for NHibernate
Published 06-13-2006 3:52 PM | jokiz
recently, i blogged about an issue on NHibernate and i am very thankful to receive an email from ayende - developer behind NHibernate Query Analyzer. In his email, he told me that NHibernate was able to recognize the fault in the mapping as he can see...
Filed under: ,