Re: My log4net is not working on releases (but works on asp.net debug mode)

2008-12-24 Thread Steve Wagner
Sounds like a rights problem. Check if the IIS User can create directory and files. Marry christmas Steve Rafferty Uy schrieb: > Hi, > > I'm having problems getting logs to work. Here are some configuration > snippets. > > // -- IN MY LOG4NET.XML -- >

Re: FW: Problems with Network Drive

2008-11-05 Thread Steve Wagner
May i am wrong, but as far as i know are mapped network drives only visible for the current which created it and not for the entry system. UNC Pathes are the most common way to access a network share. Steve Paul Franklin schrieb: > > > I am trying to log to a Network Drive using a RollingFileAp

Re: Does log4net support 64-bit Windows environments?

2008-01-27 Thread Steve Wagner
27;t solve your problem, you aren't using enough of it" Jeroen-bart Engelen, Senior software engineer, KPN Wholesale & Operations, Service Operations, Ontwikkeling, ISP Diensten Tel:+31(0)30 6588252 E-mail: [EMAIL PROTECTED] -Original Message- From: Steve Wagner [mailt

Re: Does log4net support 64-bit Windows environments?

2008-01-25 Thread Steve Wagner
The dllimports are only used for some appenders like the coloredconsoleappender. If you dont use them, you should not get any problem in 64bit because the rest of the .net framework is platform independent and so log4net also. If you plan to use some of the dllimport appenders you only have to

Bug using ColoredConsoleAppender in Windows-Service

2006-02-01 Thread Steve Wagner
nder.ConsoleAppender) appender.Close(); } Greets Steve Wagner