Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/287.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# KryptonForm未在designer中显示-Visual Studio 2013_C#_Winforms_Visual Studio_Krypton Toolkit_Krypton - Fatal编程技术网

C# KryptonForm未在designer中显示-Visual Studio 2013

C# KryptonForm未在designer中显示-Visual Studio 2013,c#,winforms,visual-studio,krypton-toolkit,krypton,C#,Winforms,Visual Studio,Krypton Toolkit,Krypton,我添加了toolkit.dll作为参考,继承了KryptonForm而不是Form,成功构建了应用程序,一切正常,但设计器模式无法显示表单。我得到这个错误: 找不到类型“ComponentFactory.Krypton.Toolkit.KryptonForm”。请确保引用了包含此类型的程序集。如果此类型是开发项目的一部分,请确保已使用当前平台或任何CPU的设置成功构建该项目 我发现了问题:我重新命名了dll,认为它不会以任何方式影响应用程序,但它没有! 但在某种程度上影响了设计器:当我将dll重

我添加了toolkit.dll作为参考,继承了KryptonForm而不是Form,成功构建了应用程序,一切正常,但设计器模式无法显示表单。我得到这个错误:


找不到类型“ComponentFactory.Krypton.Toolkit.KryptonForm”。请确保引用了包含此类型的程序集。如果此类型是开发项目的一部分,请确保已使用当前平台或任何CPU的设置成功构建该项目

我发现了问题:我重新命名了dll,认为它不会以任何方式影响应用程序,但它没有! 但在某种程度上影响了设计器:当我将dll重新命名为ComponentFactory.Krypton.Toolkit.dll时,Visual Studio的设计器也起了作用。我很好奇为什么会这样