Somedeveloper
Somedeveloper

Reputation: 867

Visual studio 2008 debug Error connecting to undo manager of source file "whatever.designer.ds"

HI,

When i compile my vs2008 solution which is a web application in debug mode i keep getting message box displayed which says that it cannot connect to "whatever.designer.cs". Can anyone help me fix this as it is very annoying.

thanks niall

Upvotes: 0

Views: 1563

Answers (2)

Kam
Kam

Reputation: 11

I found a simpler solution here: http://development.thatoneplace.net/2009/03/error-connecting-to-undo-manager-of.html

Upvotes: 1

Somedeveloper
Somedeveloper

Reputation: 867

found a simple solution which is

1) Right-click the designer file and select delete 2) Right-click the aspx file and select Convert to Web Application

which i got from http://www.hanselman.com/blog/ErrorConnectingToUndoManagerOfSourceFileQuotwhateverDesignerquot.aspx

Upvotes: 0

Related Questions