文章分类 - SharePoint
摘要:Server Error in '/' Application. Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details...
阅读全文
摘要:SharePoint有很多好用的控件,如果我们自己开发WebPart,或开发部署到Layouts中的应用程序页面,可以直接来用这些系统控件。SharePoint中有两个富文本控件:InputFormTextBox和HtmlEditor,看下面一幅图片: 上面那个就是InputFormTextBox,而下面的自然是HtmlEditor了。InputFormTextBox名称控件是Microsoft....
阅读全文
摘要:出现问题. ------------ sharepoint配置失败 未能创建配置数据库 已引发类型为 Microsoft.SharePoint.SPException的异常. 其他异常信息: 需要SQL Server 8.00.760或更高版本. 方法一: “在SQL 中的Security中要給域帳號開發三個權限:安全、創建、Administrator. “ , 在 服务器...
阅读全文
摘要:基于ASP.NET AJAX的WebPart开发与部署Windows SharePoint Services v3 基于ASP.NET 2.0构建。Microsoft ASP.NET AJAX 1.0在MOSS之后推出,因此在某些情况下,ASP.NET AJAX 和 SharePoint之间存在一些兼容性问题,这些问题将会在Windows SharePoint Services SP1中解决。在此...
阅读全文
摘要:在导入到moss site 的web 应用程序中,将头源代码和尾部修改进行修改<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Hello1.aspx.cs" Inherits="try3._Default" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transi...
阅读全文
摘要:当你在添加列表时出现""The security validation for this page is invalid. Click Back in your Webbrowser, refresh the page, and try your operation again.""时,请操作以下步骤:打开 SharePoint3.0 Central Administration -> Ap...
阅读全文
摘要:1 对该web应用程序进行发布2 对发布出来的bin文件夹里的.dll文件进行像web part一样的操作找到moss site 的Web.config 文件加入<SafeControl Assembly="try, Version=1.0.0.0, Culture=neutral, PublicKeyToken=36fa527584be3969" Namespace="try" TypeN...
阅读全文