Problem with getting path to appdata with windows service in Windows XP
-----------------------------------------------------------------------
Key: LOG4NET-255
URL: https://issues.apache.org/jira/browse/LOG4NET-255
Project: Log4net
Issue Type: Bug
Affects Versions: 1.2.10
Environment: Windows XP, C# , Windows Service
Reporter: Martin B.
I've got windows service in C# which using RollingFilleAppender that logs to
appdata folder. Everything works fine in Vista, W7 or 2008 server, ${APPDATA}
is correctly replaced by corresponding path to app data folder. But when i run
my service in Windows XP I get following error through internal debugger.
log4net:ERROR [RollingFileAppender] Unable to acquire lock on file
\\MyTestApp\LOG\LOG.TXT. Could not find a part of the path '\\MyTestApp\LOG'.
Logger path setting from config file is below:
<file value="${APPDATA}\\MyTestApp\\LOG\\LOG.TXT"/>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.