项目不会在自定义配置下构建 - SGEN 错误

Project won't build under custom configuration - SGEN error

Visual Studio 2013.

我有一个在发布和调试配置下构建的解决方案(所有项目配置都适当地设置为发布和调试)。我添加了一个名为 "Staging" 的自定义配置,并仅将 Web 应用程序启动项目设置为此配置(所有其他依赖项仍设置为调试)。

当我尝试构建 Web 应用程序时,我得到...

SGEN : error : Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.

如果我将 Web 应用程序项目配置切换回调试,它就可以工作。我已从 Web 应用程序中删除暂存配置并根据调试配置重新创建它,但仍然有错误。

我已经坚持了 3 个小时,所以非常感谢任何帮助。

澄清一下,Staging 配置与 Debug 配置完全相同,只是启动 Web 应用程序使用的是 Staging 配置。此配置已被删除并根据调试配置重新创建。

我在这里找到了答案...

http://hashtagfail.com/post/5255977780/sgen-loaderexceptions-error

调试 SGEN 没有显示任何内容,但我禁用了 xml 序列化,因为它似乎只对发布版本有用。