在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中则无法工作.
有没有其他人遇到这个并找到了解决方案?