我用果園cms.I又增加了CKEditor的模塊中orchard.but時,我想添加一個博客文章中,我已經看到了這個錯誤: The type or namespace name 'CKEditor' could not be found (are you missing a using directive or an assembly reference?)
in this source ...
在果園CMS我有以下剪斷 public void BuildManifests(ResourceManifestBuilder builder)
{
var manifest = builder.Add();
var currentCulture = _orchardServices.WorkContext.CurrentCulture;
manif