Failed to modify documents?
All of a sudden I'm starting to get this error when trying to refactor:"Failed to modify documents"Where do I even start to troubleshoot? Is there a log file I can enable somwhere?JetBrains ReSharper 7.1.1 C# EditionBuild 7.1.1000.900 on 2012-12-13T14:22:48Visual Studio 11.0.60315.1./M
Attachment(s):
FailedToModifyDocuments.png
Attachment(s):
FailedToModifyDocuments.png
Please sign in to leave a comment.
Hi Magnus,
1st of all - could you please update ReSharper to the latest version available here: http://www.jetbrains.com/resharper/download/index.html
Please let me know the results.
Thanks.
I've seen this error occur when I have the Visual Studio Tools for Git extension enabled. In my case it happened when I tried to add a new MVC view by going ALT+ENTER in a controller on a return View(); statement where the corresponding view did not exist, and going "Create Razor View 'viewname' with layout". Disabling the plugin and restarting seemed to stop the error from happening.
Hi James,
This is a known behavior fro this extension; here's a common issue regarding this matter: http://resharper-support.jetbrains.com/entries/24790716--Refactoring-failed-Files-still-read-only-error-message-when-applying-Quick-Fix
Thanks for letting us know anyways!