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 Reply Children
No Data