SharePoint 2010
文章平均质量分 67
nathan_romain
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
SharePoint 2010 自定义aspx页面装载PPS report空引用异常处理
需要一个空页面,只显示perfromancepoint report. 在sharepoint designer 2007中,直接创建一个aspx页面,然后加zone,加webpart即可显示,但是在sharepoint designer 2010中时按此操作,当preview this page的时候,页面报空引用异常。异常内容如下: Description: An unhandled ex原创 2010-02-24 09:57:00 · 1359 阅读 · 0 评论 -
sharepoint: 如何获取页面上webpart列表
目前由于项目需要,自己在technical research的时候研究了一下。获取当前页面所有的webpart: list = new BulletedList(); WebPartZoneCollection zones = this.WebPartManager.Zones; foreach原创 2010-03-01 14:01:00 · 1706 阅读 · 0 评论 -
SharePoint2010: custom webpart与PerformancePoint Service之间的通信
PerformancePoint 2007出到SP3最高版本后,performancepoint team就不做后续了。现在SharePoint2010把PerformancePoint 融合,也确实强壮了SharePoint本身BI方面的功能。SharePoint2010本身无论是在安全性,功能体验性还是其他为用户 为developer都在体验方面提供了不小的提升,这个就不用说了。这个文原创 2010-03-15 09:46:00 · 934 阅读 · 0 评论 -
SharePoint 2010之数据同步External Content Type - by SharePoint Designer2010
实现SharePoint List 与SQL Server 2008 table的数据同步有2中方法,1. 直接通过sharepoint designer 2010来实现2. 通过VS 2010 创建BDC model来custom code来实现。这里描述第一中方法:a) 链接到所要实现数据同步的站点b) 在左侧sub object窗体中点击External Content原创 2010-03-26 09:31:00 · 1124 阅读 · 0 评论 -
SharePoint2010 create custom list definition(SharePoint基于custom content type创建list definition)
Start Visual Studio as administrator and create a SharePoint Content Type project. To do this, click File -> New -> Project… , select Visual C# -> SharePoint -> 2010, select the Content Type project t转载 2010-04-14 19:03:00 · 1800 阅读 · 0 评论 -
SharePoint 2010之部署WCF(deploy WCF service to SharePoint 2010 via VS 2010 step by step)
现将在sharepoint 2010上部署WCF方法和步骤整理如下: · 在sharepoint project中创建WCF文件,保证运行正常· 增加svc文件到layouts文件夹 a) Add SharePoint “Layouts” Mapped Folder --> add a xml file named "WCFService.svc原创 2010-04-15 09:38:00 · 1526 阅读 · 0 评论 -
SharePoint 2010部署WCF续 - feature event receiver实现自动部署
在上篇文章里,有部署在sharepoint2010上部署WCF的过程,现实现自动化部署,不手工参与web.config的修改。并增加了另外一个WCF。1. 为工程添加一个feature(修改feature name & scope)2. 添加feature event receiver3. 在receiver类中添加下图所示helper elements #region web原创 2010-04-16 10:59:00 · 1014 阅读 · 0 评论
分享