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
795
bug in 2011.2 version utility
posted

I updated my solution containing multiple silverlight navigation style projects and notice that while the utility properly updates the references in my projects, it fails to update the namespace references in the xaml files.  Maybe because you didn't think to test with silverlight navigation apps which derive from Page instead of UserControl - the XAML looks like:

<navigation:Page x:Class="MolallaFM.Views.ONTs" 

           xmlns:ig="clr-namespace:Infragistics.Controls.Grids;assembly=InfragisticsSL4.Controls.Grids.XamGrid.v11.1"    

           xmlns:igm="clr-namespace:Infragistics.Controls.Menus;assembly=InfragisticsSL4.Controls.Menus.XamMenu.v11.1"      

I basically have to open each XAML file and change the v11.1 to v11.2 which isn't a big deal, but I'm pretty sure the VU is suppose to do that also no???