随笔分类 -  Sharepoint 2010

Sharepoint 2010
如何在 在SharePoint 2013/2010 解决方案中添加 ashx (HttpHandler)
摘要:本文讲述如何在 在SharePoint 2013/2010 解决方案中添加 ashx (HttpHandler)。 一般处理程序(HttpHandler)是·NET众多web组件的一种,ashx是其扩展名。一个httpHandler接受并处理一个http请求,类比于Java中的servlet。类比于 阅读全文

posted @ 2016-05-12 13:22 SUNJUNLIN 阅读(676) 评论(0) 推荐(0)

How To Write In Sharepoint Log File 怎么对自定义的MOSS代码写日志
摘要:How To Write In Sharepoint Log File 怎么对自定义的MOSS代码写日志AddMicrosoft.Office.Serverdll in your project, you can find this dll under“\Common Files\Microsoft... 阅读全文

posted @ 2014-11-04 15:44 SUNJUNLIN 阅读(319) 评论(0) 推荐(0)

SharePoint 2010 ——自定义上传页面与多文件上传解决方案
摘要:最近项目遇到一个很麻烦的问题,原以为很容易解决,结果搞了那么久,先开个头,再慢慢写SharePoint 2010 ——自定义上传页面与多文件上传解决方案1.创建Sharepoint空白项目,创建应用程序页面,创建custom action, 2自定义项目feature.using Sy... 阅读全文

posted @ 2014-09-19 23:04 SUNJUNLIN 阅读(2603) 评论(0) 推荐(0)

SharePoint配置网站集的审核设置
摘要:配置网站集的审核设置您可以使用 Microsoft SharePoint Server 2010 的审核功能来跟踪哪些用户对网站集的网站、内容类型、列表、库、列表项和库文件执行了哪些操作。了解谁对哪些信息执行了什么操作对于许多业务要求(例如遵守规章制度和管理记录)至关重要。作为网站集的管理员,您可以... 阅读全文

posted @ 2014-07-03 14:19 SUNJUNLIN 阅读(1073) 评论(0) 推荐(0)

Sharepoint 文档知识管理系统--Word在试图打开文件时遇到错误
摘要:在系统开发中,遇到问题:SharePoint 2010与Office 2010安装在一台服务器上,当用Office打开SharePoint文档库中的文档时,遇到“Word在试图打开文件时遇到错误,请尝试下列方法:检查文档或驱动器的文件权限,确保有足够的内存和磁盘空间,用文本恢复转换器打开文件…”。该... 阅读全文

posted @ 2014-05-21 12:52 SUNJUNLIN 阅读(811) 评论(0) 推荐(0)

SharePoint 2010 List item display Infopath Print Button --列表的显示表单添加打印功能
摘要:列表的显示表单添加打印功能moss 列表如果使用了infopath作为表单,这样就不会有打印预览的按钮了,不过如果是表单库就会有这个打印预览。那怎么打印呢,我找了一些资料,觉得有两个思路:1.从页面考虑,采用前端的代码添加打印功能2.从ribbion考虑,考虑添加打印按钮,再后端调用API实现打印。这里主要介绍第一种:1. Click on the “List” tab under List Tools2. Click on the drop down arrow on the “Modify Form Webparts” button (pictured)3. Select “(Item) 阅读全文

posted @ 2012-02-14 15:49 SUNJUNLIN 阅读(1649) 评论(0) 推荐(0)

Sharepoint 2010完全登出
摘要:When you using Windows Authentication (NTLM + AD) with your sharepoint site you may want to enter credential after you sign out from your site.But it is not easy and somehow imposible when using authentication NTLM and IE .Beacuse after you sign out and try to login again ,automatic login proccess l 阅读全文

posted @ 2012-02-12 23:45 SUNJUNLIN 阅读(871) 评论(0) 推荐(0)

Get field as SPUser from SPListItem -获取当中的用户
摘要:/// Gets the SPUser from field of Sharepoint list/// /// <param name="aItem">The item./// <param name="aIntenalName">The internal field name/// private SPUser GetSPUser(SPListItem aItem, string aIntenalName){ SPFieldUser field = aItem.Fields.GetFieldByInternalName(aIn 阅读全文

posted @ 2012-02-10 14:12 SUNJUNLIN 阅读(471) 评论(0) 推荐(0)

SharePoint2010 不用第三方工具也照样能找到字段内部名称
摘要:在moss开发中,经常会用到caml语言及第三方辅助工具,如U2U等,今天我就非不用这些工具,看看能不能照样工作?答案当然是可以的。好,其实在vs2010中,已经集成有这样的功能方便我们开发:新建一个sharepoint连接:如下图找到自己的网站下的列表,要开发的那个字段:点中,并且打开属性窗口:好的,这样我们就可以直接用了,但是如果要写好CAML语句,还是得用第三方的工具,生成语句。除非你不用靠他们生成语句,但是有时环境没有这些工具,刚好,你只是想改个字段名字,这样,就可以用这个方法啦,是不是很好呢? 阅读全文

posted @ 2012-02-08 22:08 SUNJUNLIN 阅读(801) 评论(0) 推荐(0)

vs2010修改sharepoint部署站点
摘要:Changing the SharePoint Site in a Visual Studio 2010 / SharePoint 2010projectI created a new Visual Studio project and entered in the url of a site that simply didn’t exist. Whoops! I didn’t want to create a new site for just this project, so I wanted to change the URL that Visual Studio 2010 uses t 阅读全文

posted @ 2012-02-08 15:55 SUNJUNLIN 阅读(1041) 评论(1) 推荐(0)

SharePoint2010:从用户控件中打开文档 -Open document(s) in Office web apps (from User controls)
摘要:As I understand, you want to show the Office documents using Office Web Apps. Instead of using the ECB actions, you want to open it using Hyperlink, am I right?When you try to view the word document in Brower, you will get a url like this:http://servername/_layouts/WordViewer.aspx?id=/Shared%20Docum 阅读全文

posted @ 2012-02-07 15:36 SUNJUNLIN 阅读(279) 评论(0) 推荐(0)

Sharepoint 2010:基于当前用户判断访问列表项目的权限 --Determine access to SPListItem based on a Current User
摘要:In that case you could check / ensure permissions on a certain list item with the method DoesUserHavePermissions:SPListItem item =//...if(item.DoesUserHavePermissions(SPContext.Current.Web.CurrentUser,SPBasePermissions.ViewListItems)){ // futher actions if user has permission goes here.} 阅读全文

posted @ 2012-02-07 15:35 SUNJUNLIN 阅读(262) 评论(0) 推荐(0)

SharePoint 2010 SP1
摘要:SharePoint 2010 SP1更新发布29 六前几天微软SharePoint产品组正式发布了产品的SP1,中文版下载地址如下:1、SharePoint Foundation 2010 Service Pack (KB2460058)2、Microsoft SharePoint Foundation 2010 Language Pack Service Pack (KB2460059)(中文语言包)3、Microsoft SharePoint Server 2010 Service Pack (KB2460045)4、Server Language Pack 2010 Service P 阅读全文

posted @ 2012-02-06 13:21 SUNJUNLIN 阅读(260) 评论(0) 推荐(0)

Hiding the SharePoint 2010 Ribbon From Anonymous Users
摘要:The user interface improvements in SharePoint 2010 as a whole are truly amazing. Microsoft has brought this already impressive product leaps and bounds in terms of accessibility, standards, and usability. One thing you might be aware of is the new and quite useful "ribbon" control that app 阅读全文

posted @ 2012-02-03 20:36 SUNJUNLIN 阅读(419) 评论(0) 推荐(0)

SharePoint 2010集成Window Live认证-1
摘要: 阅读全文

posted @ 2012-01-19 15:31 SUNJUNLIN 阅读(1273) 评论(1) 推荐(1)

VS2010开发的WebPart部署到SharePoint 2010 页面出错
摘要:VS2010开发的WebPart部署到SharePoint 2010 页面出错Add-SPSolution c:\code\SharePointProject2\bin\debug\SharePointProject2.wspInstall-SPSolution –Identity SharePointProject2.wsp–WebApplication http://sp2010 -GACDeploymentUpdate-SPSolution –Identity SharePointProject2.wsp –LiteralPath c:\code\SharePointProject2\b 阅读全文

posted @ 2012-01-19 15:15 SUNJUNLIN 阅读(383) 评论(0) 推荐(0)

Problens after upgrade Sharepoint 2010 SP 1-User Profile Service Unexcept error
摘要:I have a problem with User Profile, steeps:1 - User is on administration Group on computer, iisreset2 -I create de "User Profile Service Application", with Default Sharepoint Pool or a new pool3 - On "Services on Server" start "User Profile Service" and "User Profi 阅读全文

posted @ 2012-01-18 15:47 SUNJUNLIN 阅读(770) 评论(0) 推荐(0)

COMPLIANCE CRITERIA
摘要:COMPLIANCE CRITERIAandVERIFICATION CASES Windows Live™ IDRevision: 2006-08-16This document presents the compliance criteria to which all sites participating in the Windows Live ID service must adhere. No Windows Live ID implementation may go into production without having passed compliance review by 阅读全文

posted @ 2012-01-12 23:32 SUNJUNLIN 阅读(352) 评论(0) 推荐(0)

SharePoint 2010 People Search: No Results Found While Forcing Secure (SSL) Sites
摘要:How to set up People Search in SharePoint 2010Since I’m talking aboutEnterprise Searchtonight atOKCSUG, I thought I would write up a quick post on the steps you need to follow in order to get People Search working in SharePoint 2010. The critical piece of course is getting the User Profile Synchroni 阅读全文

posted @ 2012-01-09 15:38 SUNJUNLIN 阅读(363) 评论(0) 推荐(0)

SSRS 2008- 基础连接已经关闭: 未能为SSL/TLS 安全
摘要:问题:在建立SharePoint List的报表时,出现基础连接已经关闭: 未能为SSL/TLS 安全Underlying connection was closed – could not establish trust relationship for SSL/TLSSo here is the next issue with SQL Server 2008 Reporting Services. “The underlying connection was closed: could not establish trust relationship for the SSL/TLS sec 阅读全文

posted @ 2012-01-08 16:22 SUNJUNLIN 阅读(1702) 评论(0) 推荐(0)

导航