If you are trying to write the logs to Program Files, you should change that. Vista does not support having a user write stuff to the Program Files structure. The only way that will work is if the user turns off UAC, which isn't recommended. The safest thing is to create a folder under the user's MyDocuments for your application, and put the logs there. (We put ours there so the user could find them and send them to us.) You can also write to Environment.SpecialFolders.LocalApplicationData, which is under the user's profile. RobinS.
________________________________ From: aus1977 [mailto:[EMAIL PROTECTED] Sent: Sun 5/11/2008 9:00 AM To: [email protected] Subject: No logs on vista in program files No logs are writing on vista when the application should run from programm files -- View this message in context: http://www.nabble.com/No-logs-on-vista-in-program-files-tp17170585p17170585.html Sent from the Log4net - Users mailing list archive at Nabble.com.
