I am using Windows XP SP2, I am not using any firewall.
The custom dll is built in house handles all the db calls (which
contains the Nhibernate code).
The console application has a reference to it.
Please note that this is a trial version I downloaded.
I see no information for Sessions, or Session Factory Statistics
I see the following in the log.txt
2009-07-24 08:16:04,963 [1] INFO Rhino.Licensing.LicenseValidator
[(null)] - License C:\Documents and Settings\HFERNPC2\Local Settings
\Application Data\NHProf\license.xml expiration date is 08/24/2009
15:59:23
On Jul 24, 8:45 am, Ayende Rahien <
aye...@ayende.com> wrote:
> Just some standard checks:a) are you using a firewall that can prevent it?
> b) are you seeing anything at all in the profiler (sessions, stats)?
> c) what is the customer dll that contains NH code?
>
>
>
> On Fri, Jul 24, 2009 at 3:30 PM, Hfern <
hillary.fernan...@gmail.com> wrote:
>
> > I downloaded the NHProfiler and have added the reference to my .NET
> > console application and added the following line within the main
> > method
>
> > HibernatingRhinos.NHibernate.Profiler.Appender.NHibernateProfiler.Initialize
> > ();
>
> > The profiler does not log any sql statements.
>
> > The client.exe is launched from the same directory as the console
> > application csproj file is in.
>
> > Also the console application has a reference to a custom dll, which
> > has the Nhibernate code.
>
> > Could you please let me know, if there are any steps needed to see the
> > sql statements- Hide quoted text -
>
> - Show quoted text -