我正在尝试访问作为页面主页面的主页面。我正在使用以下语法来做到这一点..
this.Master.Master.FindControl("abc");
但是,这会产生以下错误。
The type 'ASP.masterpage_master' is defined in an assembly that is not referenced. You must add a reference to assembly 'App_Web_masterpage.master.cdcab7d2.fhyd3fxv, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.
我已在每个嵌套母版页上正确包含 at mastertype 属性。