【发布时间】:2011-04-14 18:07:10
【问题描述】:
我正在构建一个 sharepoint 2007 应用程序。
我在单击任何共享点链接时收到Object Expected 错误。当我开始使用 IE 开发工具进行调试时,页面加载过程中出现的第一个错误是:
--> Sys.WebForms.PageRequestManager._initialize('ctl00$_PPTPScriptManager', document.getElementById('aspnetForm'));
它说:Sys 未定义。
然后我得到:
-->WPSC.WebPartPage.Parts.Register('WPQ1','00000000-0000-0000-0000- 000000000000',document.all.item('WebPartWPQ1'));
WPSC 未定义。
当页面最终被加载并且我要点击一个链接时,我得到了这个:
Object Expected:
`<td onmouseover="Menu_HoverStatic(this)" onmouseout="Menu_Unhover(this)" onkeyup="Menu_Key(this)" id="ctl00_ApplicationListMenuControl1__applicationMenun0"><table cellpadding="0" cellspacing="0" border="0" width="100%">
`
我错过了什么?
【问题讨论】:
标签: .net asp.net javascript