Search code examples
visual-studio-2003ultrawingrid

Why I get a "Active schema does not support the element"?


I'm working with Visual Studio 2003 and ultra grid. In my html code I can see tag error like

active schema does not support the element...

However, I don't see any problem to execute my web application. I just wanted to know why I am getting Tag error. Is it because of third party tool ultrgrid?


Solution

  • The visual studio designer has its own HTML schema validator. You may see HTML validation errors in design mode eventhough the website works fine.

    It could be that Infragistics assemblies are loading from the GAC and not the "bin" directory of the website.

    Make sure that your references to the Infragistics assemblies are set to "Copy Local". Please refer to this article for more information.