Hi,
Does new version 11.2 supports Infragistics.WebUI.UltraWebNavigator namespace?
I have installed this version and I don't found it.
Thanks
Hello jbadia,
The classic controls are no longer available with the product.
11.1 was the last release in which they went out with the product.
You can read more about it in the following blog post:
http://community.infragistics.com/blogs/taz_abdeali/archive/2010/03/04/asp-net-product-changes.aspx
Classic controls will be maintained until June of next year, and supported via dev support until Q1 of 2014.
Please refer to the below forum thread discussing this.
http://blogs.infragistics.com/forums/p/62330/316031.aspx#316031
Let me know if you need further assistance
It is possible to use version 11.2 for the new controls, with the classic controls in version 11.1, in the same project?
Hello jbadia ,
Thank you for the update.
Which .Net CLR version are you using?
Are you using the version less assemblies provided by Taz in the forum post above?
Hope hearing from you.
I recent resolved the problem using the download "NetAdvantage_ASPNET_20111.2064_VersionFree_CLR4", and the UpdateGuide document included
Thank you
How can I locate the download please?
Thank you very much!
I am also having similar issue after upgrading to 11.2 and refer to the following comment in the upgrade guide:
"You need to use version-less assemblies for both the controls if you want to you classic and non-classic controls together in an application. "
Does this mean, for the same control?
e.g. I am currently including :
Infragistics.WebUI.Misc and
Infragistics4.WebUI.Misc.v11.2
in the same project as they are both dependencies of other components. (The first being the 11.1 versionless dll) Does the above statement mean I should also use the 11.2 versionless dll?) Is so, how can they be used together with the same dll names?
I have got to the stage where our solution will compile but I get a "Configuration Error" when I start to run it, relating to "Infragistics.WebUI.Misc' or one of its dependencies. Access is denied." Is this likely to be a conflict or an unrelated problem? Is it even possible to do what I am suggesting?
Thanks.
>>
I have got to the stage where our solution will compile but I get a "Configuration Error" when I start to run it, relating to "Infragistics.WebUI.Misc' or one of its dependencies. Access is denied." Is this likely to be a conflict or an unrelated problem? Is it even possible to do what I am suggesting? <<
It seems I have resolved this. The .xml and .dll files had been flagged as blocked when I extracted them from the [versionfree] .zip file . Not sure if this is by our anti-virus. If I go to the properties for the .dll and .xml and click the "unblock" button then I no longer get this error.