System.Runtime.Remoting.RemotingException
[4000] Designer process terminated unexpectedly!
I keep getting this error whenver I try to open a XAML document in designer mode. The number between the brackets ([4000], in this case) is always changing with each time this exception is thrown. I started getting this error shortly after I
databound a listview to an ObservableCollection. The ObservableCollectoin was returned by a asyncronous method that called a WCF web service. I have reverted my project to when it was not crashing visual studio (I am binding the listview to a local
ObservableCollection loaded with static test data), but the XAML designer still crashes. Any ideas on how to fix this?
Nathaniel Pawelczyk