Skip to content

Replies

0
Mukul Joshi
Mukul Joshi answered on Dec 4, 2018 5:58 AM

Hi,

I am currently in the process of migrating my application from .net 2.0 to .net 4.6.1. I am also upgrading my infragistics Dlls from version 7.3 to 16.1 but in doing so, I am facing a similar issue as mentioned above. After digging into the issue, I found out that it is not working in the higher version of IE due to the UltraWebListBar which I am referring in my project. As per the reply above, I understood that I might have to change the entire control and use WebExplorerBar instead.

Can someone please suggest whether changing the UltraWebListBar to WebExplorerBar control is a big change or both these controls have similar properties and methods and switching to WebExplorerBar will be smoother. I am asking this question as this is a Legacy application where we want to have minimal code changes if possible as it may effect other places.