martin wrote:
mikedovell wrote:
martin wrote:
Please set Session.DebugLogPath and post the log.
I get an error that access to the path is denied and I am local admin on this machine. I have tried multiple paths with the same result.
Can you be more specific please? Like posting the exception, including callstack. Also, how do you run the .NET code?
session.SessionLogPath = "C:\logs" - Throws the exception "141"
session.SessionDebugPath = "C:\logs" - Throws the exception "Access to the path 'C:\logs' is denied."
It doesn't mater which directory that I point those two properties to, I always get those two exceptions. If I use the path ending with a backslash Eg - C:\Logs\ I get an exception that the property is not in the correct format.
Thanks,
Mike