AgilePoint中,在添加工作流提示ApplicationPages版本有误
修改web.config
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Microsoft.SharePoint.ApplicationPages" publicKeyToken="71e9bce111e9429c" culture="neutral" />
<bindingRedirect oldVersion="12.0.0.0" newVersion="14.0.0.0" />
</dependentAssembly>

