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
65
Configure new section in web.config
posted

Hi,

I followed exactly the instructions in:

http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.Aspx?ArticleID=6158

and now my web.config looks like this:

<configuration>
<configSections>
<section name="infragistics.web" type="System.Configuration.SingleTagSectionHandler,System, Version=8.3.20083.1009, Culture=Neutral, PublicKeyToken=7DD5C3163F2CD0CB"/>
</configSections>

...

</configuration>

 

 

and I'm getting an error:

 "Could not load file or assembly 'System, Version=8.3.20083.1009, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' or one of its dependencies. The system cannot find the file specified."

in the Scripts folder I have only one java script ig_WebGrid.js that I updated (Since I get the following error: http://community.infragistics.com/forums/p/18367/66833.aspx)

And another question :

which files should be in the scripts folder in addition to the files I have updated?

 

Please help

Maya

 

 

Parents
No Data
Reply
  • 45049
    Suggested Answer
    posted

    Maya,

    The issue here is that you provided the incorrect version number and public key token.  Use the version number and public key token exactly as it is defined in the KB article you referenced.

    I personally find it simplest and safest to include all of the JavaScript files.  If you know for certain what controls you're using, you can look at the Deployment Overview page in our help documentation (this link leads to the article in our online help docs for NetAdvantage for .NET 2009 Volume 1) to see which JavaScript files are required for each control.

Children