0
欲從其中使用它,所以我寫入以下代碼行中的頁中的主頁訪問特定控制:無法投射型「ASP.XXX_master」的目的爲類型「XXX.MasterPage」
this.Master.FindControl("pnl_Buttonss").Visible = false;
現在
我從頁面了.Designer.cs出現以下情況例外:
Unable to cast object of type 'ASP.masterpage2_master' to type 'GuideUI.MasterPage'.
public new GuideUI.MasterPage Master {
get {
return ((GuideUI.MasterPage)(base.Master));
}
}
這是拋出異常的代碼。如何修復此錯誤