looks like a case in favour of adding underscores to private variables!
Cheers, Mitch From: [email protected] [mailto:[email protected]] On Behalf Of Greg Keogh Sent: Monday, 26 April 2010 11:39 AM To: 'ozDotNet' Subject: RE: Designer crash cause found Looks like it might be a case issue causing an infinite loop get { return UniqueId; } Should it actually be get { return uniqueId; } You mean I had an infinite loop, and it took 3 hours to find out (well, actually I didn't find out at all, until you pointed it out). I think I need a new career. Can anyone offer me a part-time position with international travel? Greg
