Question

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?

Was it helpful?

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.

OTHER TIPS

The IDE validates your HTML to a schema - see here.
You could try to put valid HTML (if its not) or add a schema to use (details here).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top