iFrame parser error after upgrading to .NET 4.5

后端 未结 10 2131
清酒与你
清酒与你 2020-12-02 19:27

We have recently upgraded all of our WebForms projects to .NET 4.5, and encountered a parser issue when loading pages with an iFrame element. We have corrected

10条回答
  •  Happy的楠姐
    2020-12-02 20:25

    The basic problem is an incompatibility between the object generated from your Web Forms IFRAME server control by the ASP.NET compiler (which compiles ASPX and ASCX files to C# or VB code) and the type of the variable corresponding to that control in your Web Forms code behind. An IFRAME server control (