xaml - x:DataType can't be resolved -
i have declaration in xaml of uwp application:
<datatemplate x:key="accountitemtemplate" x:datatype="viewmodels:accountviewmodel" and using:
xmlns:viewmodels="using:moneyfox.business.viewmodels" (that using resharper generates me)
and object has namespace:
namespace moneyfox.business.viewmodels but following error in designer:
"the name "accountviewmode"l not exist in namespace "using:moneyfox.business.viewmodels" what wrong here?
Comments
Post a Comment