错误 - 类型“System.Web.UI.ScriptManager”没有名为“CompositeScript”的公共属性;
在 CMS 网站 (Sitefinity) 中,我有一个包含 ASP ScriptManager 控件的母版页。在 ScriptManager 中,我定义了一个“CompositeScripts”元素,它组织与母版页相关的所有脚本引用。
在重建站点时,我收到错误:
“类型‘System.Web.UI.ScriptManager’没有名为‘CompositeScript’的公共属性”
以下错误也会与上述错误同时发生:
“类型‘System.Web.UI’ .ScriptManager' 没有名为 'CompositeScript' 的公共属性。
我的目标是 Visual Studio 2010 中的 .net 3.5。
任何帮助都会受到赞赏。
Inside a CMS website (Sitefinity), I have a master page which contains an ASP ScriptManager control. Within the ScriptManager, I have defined a 'CompositeScripts' element which organizes all the script references related to the master page.
On rebuilding the site, I get error:
"Type 'System.Web.UI.ScriptManager' does not have a public property named 'CompositeScript'"
The following error also occurs in tandem with the above:
"Type 'System.Web.UI.ScriptManager' does not have a public property named 'CompositeScript'
I am targeting .net 3.5 from Visual Studio 2010.
Any help is appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Sitefinity 不支持 .NET 3.5,仅适用于 4.0 及更高版本。也许这就是您收到错误的原因。您可以尝试定位 4.0 版本并查看是否已解决吗?
Sitefinity does not support .NET 3.5 and only works on versions 4.0 and above. Maybe this is why you are getting the error. Can you try to target the 4.0 version and see if it gets resolved?