'/' 應用程式中發生伺服器錯誤。

編譯錯誤

描述: 資源編譯無法完成 (錯誤發生於服務要求)。請檢閱下列的特定錯誤詳細資料,並視情況修改您的原始程式碼。

編譯器錯誤訊息: CS0246: The type or namespace name 'Message' could not be found (are you missing a using directive or an assembly reference?)

原始程式錯誤:


行 17:             if (DateTime.Today >= Convert.ToDateTime(Application["trainingstartdate"]))
行 18:             {
行 19:                 Message msg = new Message("報名結束", "https://mcu.holtek.com.tw/mcugame16", Page);
行 20:             }
行 21:         }

原始程式檔: e:\Webroot-Online\ICP_training\Default.aspx.cs    行: 19






版本資訊: Microsoft .NET Framework 版本:4.0.30319; ASP.NET 版本:4.8.4700.0