Profiler Won't Show

14 views
Skip to first unread message

Zangl

unread,
Apr 3, 2012, 5:02:54 AM4/3/12
to Hibernate Profiler
Hi,

I've installed the profiler with nuget and upon startup it asks for a
license, I gave my trial licence and ran my app.

The app is a silverlight 5 RIA application with nhibernate as the ORM
and DA layer.

All works fine until I close the profiler, it never opens again?

I am using this to start the profiler...

public class Global : System.Web.HttpApplication
{
protected void Application_Start(object sender, EventArgs e)
{
#if DEBUG
NHibernateProfiler.Initialize(); <<<<<<<<<<
#endif
DependencyInjector.Initialise();
}
.........

The profiler initialize is called but the profiler does not appear?

What am I doing wrong.

A workaround for the moment is to unstall and reinstall to make the
profiler appear.

Many Thanks,
Andy

Oren Eini (Ayende Rahien)

unread,
Apr 3, 2012, 5:54:50 AM4/3/12
to hibernate...@googlegroups.com
That seems strange, can you check the log.txt ?
Reply all
Reply to author
Forward
0 new messages