Visual Studio 2022 Winforms Designer Working VS2019项目的错误
昨天,我安装了VS2022,并打开了现有的Winforms项目。 我可以构建和调试应用程序,但是当我尝试在设计师中打开表单时,它说: “找不到类型'BrightIdeasSoftware.ObjectListView'。请确保引用包含此类型的组件。如果此类型是您开发项目的一部分,请确保已成功地使用设置为您当前的平台或任何CPU。”
brightideassoftware.ObjectListView 是我的解决方案中的一个项目,并且具有相同的目标plattform。在VS2019中,我可以在设计师中打开表格,而不会出现问题。
有没有人知道问题可能是什么?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论