I'm not sure if this is the right forum for this, (I posted this also in the Config / Deploy forum) but can anyone tell me why I often get a "Can not init Button", "Can not init Tab", "Can Not init Grid" java scritp error message?
Often I get the little "warning" error message in the bottom left corner of IE. If I double click the yellow "yield sign" I'll get a message that tells me basically that at Char N Line X can not init control. Then the browser window stops responding to all javascrip, I can't click a button, double click a grid view row, etc.
When viewing the source of the page, I see the javascript Try/Catches and the error message, but I still don't know what is causing it.
Has anyone seen this before, any ideas on what could cause it and what I can do to fix it.
Thanks
-- Joe --
I am having the same problem - Can't init script fro WebDataChooser. This started yesterday. I am working in my develoment evironment and all the pages that had the webdatechooser on them working fine before and now are not. I have not changed any code on those pages or any IIS settings. I have not had any complaints of things not working yet in production but that is using .net 1.1 with Infragistics 2004 vol 3. and development is in .net 3.5 and the latest infragisitics 2009 controls.
Any ideas on what would have caused this? Recent windows, IE, or IIS updates?
Here's a thought (I know, waaaaay after the fact...)
check the iis mappings and make sure that the .axd mappings allow scripts to execute. I was having this issue until I changed that setting and (as Emeril would say) "BAM! Take it up a notch." I'm using the v8.3 release and IIS 6/7 for this...(yes server 2008).
mecurioJ.
The problem we were having with the 'Can Not Init Button' error has gone since we changed application server. The application was exactly the same on both boxes so i believe it is an IIS or permissions error of some kind. Hope this helps.
Try using the following Knowledge Base article to redirect the scripts and images through the web.config:
http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=6158
This will force the controls to use the actual js and image files instead of the embedded resources. Also, you may have to set some of the image properties for it to redirect thsoe properly. For the scripts no other steps are necessary but this KB article.
It is entirely possible that the older versions of our controls may be having issues in that environment. Try a sample app with 8.2 to see if you get the same results.
Thanks Kim for your fast response.I have checked All Above cases.Here issue is in my production box.Recently we installed share point.before that it's working fine.My prod box contains Windows 2003 server,IIS 6.0,Netadvantage 2006 volume 2,Framework 2.0.In my web application i am using ultraweb menu, webtree and webdatechoseer.I am getting "Object Expected" Javascript error and i am unable to view infragistic images also when i looked the properties it's showing image type as unknown with webresource.axd extension. I have checked .axd mapping extension in IIS, ig_common also pointing to the correct path.ASP.Net sample browser also throwing object expected error in prod box.I have installed and re-installed several times netadvantage 2006 and re-installed iis also but still same issue.