Hi,
How do correct the following?
Get "Could not find schema information for the element 'infragistics.web'. " after running "Application Styling Configuration 9.2". Have looked at the Web.config and moved <section name="infragistics.web -- etc. " to the top of "<configSections>" and still get the messages .
Also get same messages for:
Could not find schema information for the attribute 'enableAppStyling'.
Could not find schema information for the attribute 'styleSetName'.
Could not find schema information for the attribute 'styleSetPath'.
Thanks!!!!
I also have this problem. My current group have been using We Advantage 2008 CLR 3.5 and I installed it with the same versions of Visual Studio (2008), and I get this error with their existing website.
I merely open the existing web site and build the project. I get the same errors. In this case they are messages.
Message 1 Could not find schema information for the element 'infragistics.web'.Message 2 Could not find schema information for the attribute 'styleSetName'. Message 3 Could not find schema information for the attribute 'styleSetPath'.
For this in my web.config:
<infragistics.web styleSetName="Default" styleSetPath="~/styles" />
The entry in the web.config section is: It is properly put in the root of <configSections>.
<section name="infragistics.web" type="System.Configuration.SingleTagSectionHandler,System, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
Mony,
Did yo ever get a solution to the above problem??
Thanks Keith!