Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Visual Studio 中创建了一个列表定义,并尝试部署到我的Sharpeoint 站点中。但我收到以下错误。
部署步骤“激活功能”中发生错误:未正确安装字段类型布尔值。进入列表设置页面删除该字段。
如何解决这个问题呢?
尝试使用大写 B 的布尔值,这样您的 Field 元素(在 MetaData 元素内部)将如下所示:
<Field Name="MyBool" ID="{some-guid}" DisplayName="My Bool" Description="The big ol' bool." Type="Boolean"/>
您也可以尝试指定 SourceID="http://schemas.microsoft.com/sharepoint/v3" 但我认为这不是必需的。