Hi Ayende,
I just updated to the latest build 527, and now I'm getting this issue
when starting up my console app:
log4net:ERROR XmlHierarchyConfigurator: Cannot find Property [sink] to
set objec
t on
[HibernatingRhinos.Profiler.Appender.NHibernate.NHibernateProfilerAppender]
Preparing to populate database.
log4net:ERROR [NHibernateProfilerAppender] Could not create message to
send
System.InvalidOperationException: The profiler was not initialize
properly, did
you forgot to call Profiler.Initialze()?
at
HibernatingRhinos.Profiler.Appender.ProfilerInfrastructure.get_MessageDisp
atcher()
at
HibernatingRhinos.Profiler.Appender.ProfilerIntegration.PublishProfilerEve
nt(String sessionId, String loggerName, String message, DateTime
timestamp, Leve
l level)
at
HibernatingRhinos.Profiler.Appender.NHibernate.NHibernateProfilerAppender.
Append(LoggingEvent loggingEvent)
I'm using the log4net config available on the website, which you said
was for this new version (
http://nhprof.com/Learn/Usage/
ProfileAppWithConfiguration).
Any ideas?