我有一个运行CC.Net的构建服务器。到目前为止,我在编译服务器上没有任何问题(没有安装VS,只使用.Net Framework)。
但现在我有了一个新项目,我收到了这条消息:
C:\Program Files\MSBuild\Microsoft\Windows Workflow Foundation\v3.5\Workflow.Targets(127,5): error : Compilation failed. Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
有没有人对导致此问题的原因有任何暗示?
可能有些兴趣的是,这是一个包含SharePoint工作流的SharePoint项目。但这不应该阻止项目被编译。
答案 0 :(得分:0)
problem with LoaderExceptions described here听起来就像你所看到的那样。也许定位3.0而不是3.5确实可以解决您的问题。