Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
274
Error 3 'Node' is ambiguous in the namespace 'Infragistics.WebUI.UltraWebNavigator'
posted

I just upgraded an app that was using an older version of the UltraWebNavigator to 9.2.20092.1003. Now when I try to build I get the error in the subject on every reference to

Infragistics.WebUI.UltraWebNavigator.Node, i.e.

"For Each tNode As Infragistics.WebUI.UltraWebNavigator.Node In Me.UltraWebTree2.Nodes"

This is code that is currently running in production.

What happened???