Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
45
Configuring web.config
posted

I thought I was following the instructions correctly on this page: http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.Aspx?ArticleID=6158

 

But, when I go to build my website I get the following errors:

 Message    1    Could not find schema information for the element 'infragistics.web'.   

 Error    4    Unrecognized configuration section infragistics.web.

 

My web.config file looks like this (or at least the relevant parts, IMO.

    <configSections>
                   ...
                    <section name="infragistics.web" type="System.Configuration.SingleTagSectionHandler,System, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
                </sectionGroup>
            </sectionGroup>
        </sectionGroup>
    </configSections>
    <infragistics.web imageDirectory="~/images" javaScriptDirectory="~/scripts"/>

Parents Reply Children
No Data