Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • after upgrading AJAX Control Toolkit from 4x to 7 the error message below was displayed on clicking Ènglish or French buttons the message below was displayed.

    • Solved by temporarily changing the id (html1) to HTML1, selected clean, rebuild`, changed the id back to html1 in the file site.master.vbthat is changed

      • Line 4: <html id="Html1" runat="server">

      • to Line 4: <html id="HTML1" runat="server">

        • Selected “clean” and “rebuild” and then changed line 4 back to the original

      • Line 4: <html id="Html1" runat="server">

Server Error in '/' Application.
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: The base class includes the field 'Html1', but its type (System.Web.UI.HtmlControls.HtmlGenericControl) is not compatible with the type of control (System.Web.UI.HtmlControls.HtmlElement).

Source Error:

Line 2:
Line 3: <!DOCTYPE html >
Line 4: <html id="Html1" runat="server">
Line 5: <head id="Head1" runat="server">
Line 6: <title></title>

Source File: /Site.Master Line: 4

Version Information: Microsoft .NET Framework Version:4.0.30319; http://ASP.NET Version:4.8.9282.0

...