RE: Re: Access to C:\Users\<windowsAccount> was denied.
From: Adam D. Walling <adam.walling_at_gmail.com>
Date: Mon, 19 Dec 2011 12:26:24 -0800 (PST)
WinDbg to the rescue!
If you have symbols, I am sure this could be a lot easier.
The trouble appears to be in a CStdioFile call that attempts to open C:\Users\<windowsAccountName>
This being a directory, it of course fails. The IS_DIRECTORY result is noticeable in ProcMon.
I attached WinDbg and put a bp at mfc100u!CStdioFile::CommonInit -- this error occurs at the first hit of the breakpoint.
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
|
This is an archived mail posted to the TortoiseSVN Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.