RE: Logging from COM+

2006-11-08 Thread Ian Dykes
We've been logging from COM+ for a number of years now, and do so by loading a log4net configuration XML fragment from a centralised config file. We've experienced no problems loading the configuration this way. Regards Ian Dykes - Software Developer Esendex Ltd 32a Sto

RE: Logging from COM+

2006-11-07 Thread Duncan Woods
+ app was using. Thanks, Duncan -Original Message- From: Tom Greasley [mailto:[EMAIL PROTECTED] Sent: 07 November 2006 14:57 To: Log4NET User Subject: Re: Logging from COM+ COM+1.5 = XP and above, so in terms of server software, yes it's only supported in Windows Server 2003+

Re: Logging from COM+

2006-11-07 Thread Tom Greasley
older server deployments like Win2000 we still have to use the dllhost.exe.config hack). Thanks for that!! Jeremy Wiebe -Original Message- From: Tom Greasley [mailto:[EMAIL PROTECTED] Sent: November 7, 2006 8:47 AM To: Log4NET User Subject: Re: Logging from COM+ COM+ allows you to speci

RE: Logging from COM+

2006-11-07 Thread Jeremy Wiebe
- From: Tom Greasley [mailto:[EMAIL PROTECTED] Sent: November 7, 2006 8:47 AM To: Log4NET User Subject: Re: Logging from COM+ COM+ allows you to specify an application root directory for each package. .NET will look in the root directory for a configuration file called application.config. This

RE: Logging from COM+

2006-11-07 Thread John Cole
ay, November 07, 2006 8:47 AM To: Log4NET User Subject: Re: Logging from COM+ COM+ allows you to specify an application root directory for each package. .NET will look in the root directory for a configuration file called application.config. This is a lot cleaner than using dllhost.exe.config.

Re: Logging from COM+

2006-11-07 Thread Tom Greasley
y Wiebe -Original Message- From: Ron Grabowski [mailto:[EMAIL PROTECTED] Sent: November 6, 2006 10:07 PM To: Log4NET User Subject: Re: Logging from COM+ I think what he's looking for is how to build it. NLog comes with an NLog.ComInterop.dll. I would imagine its possible to make some

RE: Logging from COM+

2006-11-07 Thread Jeremy Wiebe
[mailto:[EMAIL PROTECTED] Sent: November 6, 2006 10:07 PM To: Log4NET User Subject: Re: Logging from COM+ I think what he's looking for is how to build it. NLog comes with an NLog.ComInterop.dll. I would imagine its possible to make something similiar with log4net. Unless you're required to use

Re: Logging from COM+

2006-11-06 Thread Ron Grabowski
ng on your application and not spend days trying to figure out how to do it with log4net. Has anyone on the list built log4net for use by COM? - Original Message From: Shireesh Thanneru <[EMAIL PROTECTED]> To: Log4NET User Sent: Monday, November 6, 2006 4:00:18 PM Subject: Re:

Re: Logging from COM+

2006-11-06 Thread Shireesh Thanneru
Yes, it is possible. You can try and see.ashish agarwal <[EMAIL PROTECTED]> wrote: Hi,I have a classic asp application which is havingseveral COM+ components.I want to use Log4Net forlogging from this application,is it possible.IsLog4Net supports logging from com+.kindly let me know

Logging from COM+

2006-11-06 Thread ashish agarwal
Hi, I have a classic asp application which is having several COM+ components.I want to use Log4Net for logging from this application,is it possible.Is Log4Net supports logging from com+.kindly let me know as the requirement is urgent. Thank you Ashish