有什么问题?
奇怪的是,当我编译并运行它时,它可以工作。
更新
现在我收到了一条新的错误消息:
System.TypeLoadException
Could not load type 'Mocks.Libraries_Classes_Storage_0_238052922' from assembly 'DesignTools_d24364d2-cc43-4719-803f-12d4ce1b7ef3, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.
我忘了提到我使用visual studio 2013创建了我的解决方案,然后将visual studio升级到2015.在visual studio 2013上,我的项目运行正常,没有抱怨。
答案 0 :(得分:0)
您必须检查Configuration
类的静态构造函数。那里出了点问题。
通常,根据我的经验,在打开设计师时,您更容易做事(比如阅读配置文件等)或依赖于其他属性集。如果您是设计模式,通常必须检查代码以防止执行某些步骤。这个答案可能会有所帮助:Is there a way to check if WPF is currently executing in design mode or not?。