Hi,
I know this should be simple - but I just cannot fathom it.
I drop a webdrop down onto a page (replacing an exists asp.ddl) configure it to use an ods. It compiles but when I run the app if gives the following error:
"Error: Sys.InvalidOperationException: Object Infragistics already exists and is not a namespace."
Background to app:
I have checked the Bin/webconfig and the page tag references - but they all look ok.
I even tried a new page webdrop + ods +scriptmanager and it crashes on master page but OK on a normal page
Any help/pointers would be appreciated!
Looks like I found it!!
The client script id was generated as "Infragistics" in 9.1 not "igClientScript" as it used too in 8.2 or 8.3......!!!
Hence it is interpreted as a namespace .... crash!
I hope people find this useful!
Cheers
Thanks very much for your feedback. We are aware of this issue, and we are currently working on it - I suppose the fix should be present in the first hotfix for 2009.1
Thanks again for the valuable input,
Angel
Hi Genti,
It should be already fixed.
Thank you,
Is this still an issue on 3.5 - Version 9.2.20092.1003?
Thanks,
Genti
Could you post your ASPX, or a sample website ? I tried mixing IG ASP.NET controls with IG ASP.NET AJAX controls and couldn't reproduce this issue. This is the code for the client-side handler:
<head runat="server">
<title></title>
<script type="text/javascript" id="igClientScript">
<!--
function UltraWebMenu1_InitializeMenu(menuId){
//Add code to handle your event here.
}
// -->
</script>
</head>
(that's generated automatically).
Thanks for your feedback ,
I am getting the same error, but do not have an id=infragistics in the aspx. I just upgraded to 9.1.20091.2067. Thanks.
Thanks! That worked!