
When a start monodevelop don’t open. Monodevelop try to create a folder on appdata but the path is wrong. I don’t explain this because my path is ok on windows registry and %appdata%. I think this is bug, but do you know possibility to change the monodevelop user profile path.
Thank for your help.
That looks like the file system virtualization used with UAC under Windows 7, where writes to within the Program Files folder by a non-Administrator-mode program get redirected into the local appdata folder (which may be different from the AppData folder, though I’m not sure when). Check your LOCALAPPDATA environment variable. For that matter, check all your environment variables (SET from within a command prompt) to see if that directory shows up somewhere.
Alternatively, run MonoDevelop as an Administrator, or grant your non-Admin account full permissions to the MonoDevelop program files folder.