窗体在 VS2015 中打不开,因为找不到自己的 UserControl
Form does not open in VS2015, because own UserControl is not found
因为我将项目中的所有内容都移动到了 x64 并移动了子文件夹中的一些文件,所以一切正常,但一个重要的表单使用了自己的用户控件。
当我在 VS2015 中打开表单时,我得到
Could not find type 'WYSIWYGEditor.Editor'. 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.
以前,这个用户控件在同一个项目中。收到此错误后,我尝试了很多方法来修复此错误。在没有解决方案之后,我将它移到了一个自己的项目中,该项目也在 x64 中编译并从主项目中引用。编译显示,两者都在 x64 中编译和调试,运行 项目运行良好。
最后但同样重要的是,我尝试了这里的所有方法:https://social.msdn.microsoft.com/Forums/sqlserver/en-US/38524a8c-8c4c-48e7-b62d-0d02fe0f5624/user-control-quotcould-not-find-typequot-error-in-form-designer?forum=vbgeneral
- 正在清理项目
- 正在重新编译
- 多次重命名用户控件
- 将其从表单中删除(表单打开)并将其放回原处
- ...
没有任何帮助。有人遇到过类似问题并且能够解决吗?
来自德国的问候
Image: Form does not open
不知道是什么意思,希望有大佬指点一下。
在德语 topic 中,我找到了在 x86 中编译 userControl 的提示。所以我更改了调试配置以在 x86 中编译 Usercontrol-Project。在对 dll-Project 进行重建后,它成功了!
Configuration
因为我将项目中的所有内容都移动到了 x64 并移动了子文件夹中的一些文件,所以一切正常,但一个重要的表单使用了自己的用户控件。
当我在 VS2015 中打开表单时,我得到
Could not find type 'WYSIWYGEditor.Editor'. 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.
以前,这个用户控件在同一个项目中。收到此错误后,我尝试了很多方法来修复此错误。在没有解决方案之后,我将它移到了一个自己的项目中,该项目也在 x64 中编译并从主项目中引用。编译显示,两者都在 x64 中编译和调试,运行 项目运行良好。
最后但同样重要的是,我尝试了这里的所有方法:https://social.msdn.microsoft.com/Forums/sqlserver/en-US/38524a8c-8c4c-48e7-b62d-0d02fe0f5624/user-control-quotcould-not-find-typequot-error-in-form-designer?forum=vbgeneral
- 正在清理项目
- 正在重新编译
- 多次重命名用户控件
- 将其从表单中删除(表单打开)并将其放回原处
- ...
没有任何帮助。有人遇到过类似问题并且能够解决吗?
来自德国的问候
Image: Form does not open
不知道是什么意思,希望有大佬指点一下。
在德语 topic 中,我找到了在 x86 中编译 userControl 的提示。所以我更改了调试配置以在 x86 中编译 Usercontrol-Project。在对 dll-Project 进行重建后,它成功了!
Configuration