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
Thanks for your reply.
I tried it already, but then I got an error : Microsoft JScript runtime error: 'ig_csom' is undefined
in
function
igtbl_getElementById(tagId)
{
if(!document) return;
var obj=ig_csom.getElementById(tagId);
and after that: Microsoft JScript runtime error: Object expected
So I guess still there is something wrong...
Please advice
Thanks
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.