Ever seen this error in Visual Studio 2005?
I've seen it all too often and it is really annoying.
However, I did find a possible fix today. I was working in a project that had multiple assembly references. One of the references was using a 1.1 assembly, so it came along for the ride. By simply removing that reference, I was able to view my form without any problems. If I tried to add the reference back, I would get the designer error again. I reworked the assembly being referenced to not use any 1.1 components and... lo and behold... the designer errors stopped.
Is this just a really random bug or is this a subtle way to push people to migrate to .NET 2.0?
Page rendered at Tuesday, December 02, 2008 7:49:13 AM (Central Standard Time, UTC-06:00)
Disclaimer The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.