在 IHostBuilder 中找不到ConfigureCmsDefault() - Optimizely (EPiServer) CMS 12

发布于 2025-01-12 15:29:23 字数 719 浏览 0 评论 0原文

我的项目中有 Optimizely(以前称为 Episerver)CMS 版本 12.3.1,我将其更新到 12.4.0。现在,当我尝试添加 .ConfigureCmsDefault() 调用时,我在 Program.cs 中收到以下错误。

输入图片此处描述

错误 CS1061“IHostBuilder”不包含“ConfigureCmsDefault”的定义,并且找不到接受“IHostBuilder”类型的第一个参数的可访问扩展方法“ConfigureCmsDefault”(您是否缺少 using 指令或程序集引用?)

)安装了以下软件包版本:

在此处输入图像描述

有人知道为什么会发生这种情况吗?

也找不到EPiServer.CMS的12.4.0,它仍然是12.3.1。

I had Optimizely (formerly Episerver) CMS version 12.3.1 in a project and I updated it to 12.4.0. Now I'm getting the following error in Program.cs when trying to add the .ConfigureCmsDefault() call.

enter image description here

Error CS1061 'IHostBuilder' does not contain a definition for 'ConfigureCmsDefault' and no accessible extension method 'ConfigureCmsDefault' accepting a first argument of type 'IHostBuilder' could be found (are you missing a using directive or an assembly reference?)

I have the following package versions installed:

enter image description here

Does Anyone have an idea why this is happening?

Also can't find 12.4.0 for EPiServer.CMS, it is still 12.3.1.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

画尸师 2025-01-19 15:29:23

扩展方法称为 ConfigureCmsDefaults(您缺少 s)。

您可以将 EPiServer.FrameworkEPiServer.CMS.Core 软件包更新到最新版本 (12.4.0)。 EPiServer.CMS 软件包尚不依赖于最新的软件包版本。

The extension method is called ConfigureCmsDefaults (you're missing an s).

You could update the EPiServer.Framework and EPiServer.CMS.Core packages to the latest version (12.4.0). The EPiServer.CMS package does not have dependencies to the most recent package versions yet.

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