issue with Namespace when trying to convert
issue namespace when trying convert . says line problem xmlns:myr="clr-namespace:playcards" any ideas ? heres code <window x:class= "playcards.cardgame" xmlns= "http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x= "http://schemas.microsoft.com/winfx/2006/xaml" xmlns:myr= "clr-namespace:playcards" title= "playcards" minheight= "300" minwidth= "200" > <window.resources> <myr:convertdoublestring x:key= "dblstrconverter" /> </window.resources> <grid> <grid.rowdefinitions> <rowdefinition height= "*" /> <rowdefinition height= "3*" /> </grid.rowdefinitions> <grid.columndefinitions> <columndefinition width= "*" ></columndefinition> <...