随笔分类 - Share Point 2013
Share Point 2013
摘要:在安装的过程中,会校验注册表中是存在.net 4.5 full,有一个问题是服务器4.5 也卸载不了,然后查看注册既然不存在4.5,但是服务器确实有4.5,所以在注册表中强行创建注册表项 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setu
阅读全文
摘要:详情链接: https://www.cnblogs.com/CasparCui/p/7510079.html
阅读全文
摘要:NET Framework Cleanup Tool User's Guide https://docs.microsoft.com/zh-cn/archive/blogs/astebner/net-framework-cleanup-tool-users-guide Microsoft .NET
阅读全文
摘要:可以选择对应语言 日文: https://www.microsoft.com/ja-JP/download/details.aspx?id=42546 中文: https://www.microsoft.com/en-us/download/details.aspx?id=42546
阅读全文
摘要:插件名称 Microsoft Office Developer Tools Preview 2 for Visual Studio 2015 下载地址 https://www.microsoft.com/en-us/download/details.aspx?id=51683
阅读全文
摘要:部署步骤“添加解决方案”中出现错误: 已在此服务器场中安装 ID 为 15/b7a69889-1789-4855-b8bd-9a3b4cfd7fc0 的功能。请使用强制属性显式地重新安装此功能。 英文报错如下: Error occurred in deployment step 'Add Solut
阅读全文
摘要:SPQuery query = new SPQuery(); CAMLBuilder.WhereBuilder whereBuilder = null; pageCount = 1; if (!string.IsNullOrWhiteSpace(title)) { ...
阅读全文
摘要:Type (as shown on the Create Column page) Field Type Notes MSDN Links Single line of text Type=”Text” Microsoft.Sharepoint.SPFieldText Multiple lines
阅读全文
摘要:需要引用:Microsoft.SharePoint.Client ascx: cs:
阅读全文
摘要:备注 Contains CSOM expando fields, which correspond to the fields defined in the parent list. The CSOM expando field name is the name of the field defin
阅读全文
摘要:最近工作需要,需要用share point 2013 开发项目,但是遇到了刚部署环境就遇到了不少问题。唉~ 本机部署搭建一个share point 2013 环境。 第一步:首先要下载一个vmware workstation 12 ,用来安装 share point 点击这里:http://www.
阅读全文