Zangl
unread,Apr 3, 2012, 5:02:54 AM4/3/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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