错误 - 类型“System.Web.UI.ScriptManager”没有名为“CompositeScript”的公共属性;

发布于 2024-11-07 16:04:02 字数 381 浏览 0 评论 0原文

在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

彼岸花ソ最美的依靠 2024-11-14 16:04:02

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?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文