sharepoint后台添加代码后,浏览网页出现错误
没有使用母版页,为什么会出这样的错误,应该怎么解决? SharePoint C#
[解决办法]
<%@ Page meta:progid="SharePoint.WebPartPages.Document" Language="C#"
Inherits="MossCodeBehind.CodeBehind,MossCodeBehind, Version=1.0.0.0,
Culture=neutral, PublicKeyToken=null" %>
是放那顶级的吗?也就是说不能放在其他页面中的。
Dll强签名了吗 ? Dll注册到GAC里面去了吗?