相关疑难解决方法(0)

x64中的Visual Studio设计器不起作用

在Visual Studio 2010 64位中,我无法设计我的表单.
我一直收到这个警告(和错误):

Warning 18  
The designer could not be shown for this file because none of the classes within it can be designed.  The designer inspected the following classes in the file: 
MainForm --- The base class 'Blah' could not be loaded.  Ensure the assembly has been referenced and that all projects have been built.
Run Code Online (Sandbox Code Playgroud)

这只发生在我为x64编译时......在x86中,设计师运行良好.

只是想明确我需要项目在x64上工作,因为很多项目的组件都是用x64编译的,如果表单是在x86中则无法工作.

有没有其他人遇到这个并找到了解决方案?

c# 64-bit designer visual-studio-2010

29
推荐指数
3
解决办法
2万
查看次数

标签 统计

64-bit ×1

c# ×1

designer ×1

visual-studio-2010 ×1