configure NetAdvantage 2007 v3 (from Infragistics) in web.config

Discussion in 'Visual Studio' started by jshultz, Feb 19, 2008.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. 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'/>
     
  2. Bruce

    Bruce DiscountASP.NET Staff

  3. Ok, I figured out that part. When they say, 'copy this exactly' they really mean exactly. I had changed the publick key to a different number thinking it was just for placement purposes only. Once I did that, we were in business.

    Except, now I'm trying to get my webmenu to look right. In other words, trying to get it to style correctly. I've tried different presets, but they all look the same. so I must be missing something.

    Jason Shultz
    Graphic - Print - Web Design
    openskymedia.com
     
  4. Bruce

    Bruce DiscountASP.NET Staff

    Hmmm.. that I think you need to get Infragistic to help you. I am not too familiar with the inner working of the component.

    sorry.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page