Reputation: 168
Yesterday I installaed VS2022 and opend an existing Winforms project. I can build and debug the application, but when I try to open the form in designer, it says: "Could not find type 'BrightIdeasSoftware.ObjectListView'. Please make sure that the assembly that contains this type is referenced. If this type is a part of your development project, make sure that the project has been successfully built using settings for your current platform or Any CPU."
BrightIdeasSoftware.ObjectListView is a project inside my solution and builds, and it has the same target plattform. In VS2019 I can open the form in designer without problems.
Has anyone an idea what the problem could be?
Upvotes: 1
Views: 2249