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!!!!
You should add a reference to Infragistics.Web in yout project.
Hello,
I'm facing the same issue: no schema information. The Infragistics.Web reference: if you mean the "normal" referecing method by using "Add reference", I cannot find Infragistics.Web, I can find Infragostics4.Web instead but if I do this , it does not solve the issue.
Here the current extract of my web.config:
<
configSections>
section name="infragistics.web" type="System.Configuration.SingleTagSectionHandler,System, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
</
<infragistics.web styleSetName="Default" styleSetPath="~/ig_res"/>
...
system.web>
compilation debug="true" targetFramework="4.0">
assemblies>
add assembly="System.Web.Abstractions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
add assembly="System.Web.Routing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
add assembly="System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
add assembly="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
add assembly="WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
add assembly="System.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
add assembly="Infragistics4.Web.v10.3, Version=10.3.20103.2013, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb"/>
add assembly="Infragistics4.WebUI.UltraWebNavigator.v10.3, Version=10.3.20103.2013, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"/>
add assembly="Infragistics4.WebUI.Shared.v10.3, Version=10.3.20103.2013, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"/>
add assembly="Infragistics4.WebUI.Misc.v10.3, Version=10.3.20103.2013, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"/>
add assembly="Infragistics4.WebUI.WebHtmlEditor.v10.3, Version=10.3.20103.2013, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"/>
add assembly="System.DirectoryServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
compilation>
So, where is the isse? How can I get the correct reference to the schema?
YoursStephan