gpt4 book ai didi

tridion - 我使用 TcmUploadAssembly 时遇到 "a non-generated template is already present"错误

转载 作者:行者123 更新时间:2023-12-02 16:53:35 25 4
gpt4 key购买 nike

我们一直在使用 TcmUploadAssembly 更新 Tridion 2013 安装中的 C# TBB,最近发现:

Error: Cannot generate template with name Correct Self Closing Elements, 
since a non-generated template is already present.

在我们的例子中,“正确的自闭合元素”是 C# 类的名称。它包含在先前已上传且工作正常的程序集中。此时,C# 项目已正确编译,程序集作为 TBB 包含在内,并且类作为引用该程序集的 TBB 包含在内。

最佳答案

我们的一位用户在 Tridion 中手动创建了 TBB 条目。他输入的代码如下:

<%RunTemplate Template="tcm:14-29653-2048"
Class="Tridion.AccountCenter.TemplateBuildingBlocks.CorrectSelfClosingElements"%>

他从复制和粘贴中遗漏的是上面的一条看似无害的评论。他粘贴的代码应该是:

/* This template was generated through the Tridion Assembly Template Upload */
<%RunTemplate Template="tcm:14-29653-2048"
Class="Tridion.AccountCenter.TemplateBuildingBlocks.CorrectSelfClosingElements"%>

TcmUploadAssembly 显式查找该注释,如果找不到,则抛出“未生成”错误。

关于tridion - 我使用 TcmUploadAssembly 时遇到 "a non-generated template is already present"错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36844299/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com