Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error Connecting to Undo Manager of Source File XYZ

Tags:

I've been getting an error recently while debugging an ASP.NET application in Visual Studio 2008:

'Error connecting to undo manager of source file XYZ'

Any idea how I can get rid of the error?

like image 649
sgwill Avatar asked May 21 '09 12:05

sgwill


1 Answers

Even simpler:

My experiment consisted of simply opening the designer.cs file, typing a character somewhere in the file, deleting the new character, saving the file and recompiling.

Found on That One Developer Blog and it worked perfectly for me.

like image 112
Gabriel Avatar answered Sep 21 '22 19:09

Gabriel