|
6/16/2009 12:13:06 PM
|
mglenn8 Posts 2
|
Downloaded and installed without a hitch. Got the license key. No add-in appeared, so I added the reference manually. Changed my code to set the license info and call BeginProfiling() and EndProfiling() as in the help-file examples. No output gets created, and no exceptions get thrown. I've tried manually specifying the output path, and still no output. Am I to call some sort of save() method?
|
|
6/18/2009 9:45:57 PM
|
Kristofer Posts 240
|
Does the user you're running under have rights to write to the output directory? Are you passing any filters to BeginProfiling?
|
|
6/19/2009 1:24:26 PM
|
mglenn8 Posts 2
|
Running as myself, admin user will full rights. I am not using any filters.
|
|
6/20/2009 4:48:35 AM
|
Kristofer Posts 240
|
I have added a LogError event to the latest release (v 1.11, just released). Previously it would just suppress log writer errors but now they can be detected using that event.
E.g.:

Try hooking up that event and see if it is raised.
Also, what version and edition of SQL Server are you running? Note that localized (german/spanish/french etc) SQL Server is not currently supported. edited by Kristofer on 6/20/2009
Attachments:
logging.png
|
|
pages:
1 |