Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS 2017 error: "Attempted TextBuffer edit operation while another edit is in progress"

As the title suggests, I often get the error when I try to edit code after running the program. I have to restart VS to make it work again.

Any other solution?

like image 461
T D Nguyen Avatar asked Apr 20 '17 13:04

T D Nguyen


1 Answers

Closing and opening the file again should resolve the issue.This may be caused by an extension or may be "ActivityLog.xml" is lock to write by other process. Don't need to restart VS just current file.

like image 195
sal Avatar answered Nov 10 '22 10:11

sal