What is a "could not find type System.Collections.Generic.List" in the .NET Designer?

Posted by WindyCityEagle on Stack Overflow See other posts from Stack Overflow or by WindyCityEagle
Published on 2010-03-08T15:56:45Z Indexed on 2010/03/08 16:06 UTC
Read the original article Hit count: 218

Filed under:

I've got a WinForms project that I've had for quite some time, and now suddenly, I can't open the designer anymore and when I try to open the designer I get an error that says

could not find type 'System.Collections.Generic.List'

All of the code builds just fine, but I can't use the designer anymore, and I don't know what happened, nor do I have any idea where to look to solve the problem. Has anyone ever run into this or have any insight?

© Stack Overflow or respective owner

Related posts about c#