RE: custom log app block events without GAC

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Mike Hayton [MS] (mikehayt__at_online.microsoft.com)
Date: 09/09/04


Date: Thu, 09 Sep 2004 21:17:20 GMT

Yes - it should be possible. The corresponding dlls will have to be on the
probe path of the instrumented application (i.e. typically you'd put them
the same directory as the instrumentedApp.exe).
EIF recommended to put them into the GAC so they wouldnt have to be copied
multiple times for multiple instruemented apps running on the same computer.

Cheers

Mike

-- 
This posting is provided "AS IS" with no warranties, and confers no rights. 
Use of included script samples are subject to the terms specified at 
http://www.microsoft.com/info/cpyright.htm 
--------------------
| With Logging Application Block, is it possible to use custom events or 
event 
| sinks without registering them in the GAC?
|