我最近在Ektron中安裝了一個新站點。它創建了使其工作所需的所有文件夾和文件。我使用自己的文件夾和CSS/Script文件在VS 2012中創建了一個自定義MasterPage,並將其導入到Ektron中以供使用。 我從Workarea導入>設置>模板並導入模板。 當我查看點擊模板,我看到下面的錯誤: Parser Error Message: Could not load type 'WMED
我有一堆存儲在Ektron庫中的圖像。我試圖在幻燈片放映中的一個網頁上顯示這些圖像。下面是我有: public partial class WebAssets_UserControls_uxSlideShow : System.Web.UI.UserControl
{
public List<String> images { get; set; }
protected vo