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

Popular posts from this blog

javascript - Create a stacked percentage column -

Optimising Firebase database by automatically overwriting data -

javascript - Angular UI-Grid customTemplate directive causing rows to load slowly/? -