Nhibernate Profiler - Shows no information other than "session"? -


so having problems getting nhibernate intergated in mvc project. therefore, installed nhprofiler , initialized in global.asax.cs file (nhibernateprofiler.initialize();).

however, can see in nhprof session # , time took come up. selecting or other operations doesn't show me information connection database or information @ in of other windows such as: - statements, entities, session usage

the session factory statistics shows start time, execution time, , thats it.

any thoughts.

do have custom log4net configuration? thinking might overwriting nhprof's log4net listener after startup. if refresh page (and hence start session*), nhprof display session start? verify hibernatingrhinos.profiler.appender.dll (or hibernatingrhinos.profiler.appender.v4.0.dll if you're using .net 4) same 1 current version of nhprof.

* i'm assuming you're using session-per-request since web app.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -