[System.Reflection.Assembly]::LoadWithPartialName("Microsoft.SharePoint")$farm = [Microsoft.SharePoint.Administration.SPFarm]::Local$farm.Solutions | % { $filename = ($pwd.ToString() + "\" + $_.SolutionFile.Name); write-host ("Sav…
After ASP.NET 3.5 has been installed you need to modify the web.config file of your MOSS web site with a few Ajax specific entries. Typically, the web.config file is located in c:\inetpub\wwwroot\wss\virtualdirectories\80 1. Add the following <sectio…
在Vista或Windows 7系统上安装Sharepoint 2007 2010-03-05 18:53:19|  分类: 技术文章|字号 订阅     SharePoint 2007 不能直接安装到Vista和 Window 7,下面介绍如何安装SharePoint 2007至Windows7和vista. 关闭应用程序兼用检测引擎, 运行gpedit.msc   找到关闭应用程序兼容性引擎 启用关闭应用程序兼容性引擎 下载并安装WssOnVista – SharePoint on vist…
转:http://www.nanmu.net/SharePoint-MOSS-WSS-Silverlight/Lists/Posts/Post.aspx?ID=74 本文主要包括以下几方面内容: 1.页面布局和母版页 2.页面布局模型 3.页面模型 4.字段控件和控件模板 5.页面处理模型 1.页面布局和母版页 母版页和页面布局是MOSS2007中最基本的两个模板模型.母版页和页面布局共同构成了你在SharePoint网站上看得到的任何一个页面.母版页包括很多控件,比如导航栏.搜索或站点地图等.…
因SharePoint 2007发布时微软的主要IE的版本是7,所以其中不少的JS是不规范的,在新的IE8 9 10 11等版本中碰到不少的问题,以下是部分的修复,记录下,不断完善. ()语法问题 document.frames( 以及doc.frames(等写法要将“()”换成"[]" 获取document问题 elem.document.的写法要换成(elem.document || elem.ownerDocument).  这样就兼容两种浏览器了. elemThis.docum…
SharePoint PowerShell在SharePoint Product列表里边,然后以管理员权限启动. 1. 添加Solution 到 SharePoint Farm. Add-SPSolution D:\Sp2010\DeploySolution\MySharepointProject.wsp (farm) Add-SPUserSolution -LiteralPath "c:\ilt.wsp" (sandbox) 2.获取已添加到SharePoint Farm的Solut…
When active directory users get deleted and re-created, even with the same user id, there's a nasty side effect. Each time they try to access their "my site", they will receive the following error: The file exists. (Exception from HRESULT: 0x800…
1. Ensure your site or shared folder in one Content Source. 2. Add file types. 3. The second step in getting the file extensions recognised is to add it to the registry entries the SharePoint Server Search service reads when it starts up. This key is…
首先要搞清楚日历事件的各种类型,参考文章: http://sharepoint.microsoft.com/blog/Pages/BlogPost.aspx?PageType=4&ListId={72C1C85B-1D2D-4A4A-90DE-CA74A7808184}&pID=761 Type Description fRecurrence fAllDayEvent EventType Single event An event created with the All Day Even…
打开下面path的web.config文件:C:\Program Files\Common Files\Microsoft Shared\Web ServerExtensions\12\TEMPLATE\LAYOUTS 修改:<system.web>... <customErrors mode="Off" />...</system.web> 如果没有就添加:<SharePoint> <SafeModeMaxControls=&qu…