.net - The type was not found -


visual studio writes me

the type not found. verify not missing assembly reference , referenced assemblies have been errors in wpf project user control.

when press build message dissapear , ok. after few seconds message comes , disturbs me.

why vs write , how can fix it? thank in anticipantion

   <usercontrol x:class="tandocare.desktop.views.login"                  xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"                  xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"                  xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"                   xmlns:d="http://schemas.microsoft.com/expression/blend/2008"                   xmlns:loc="clr-namespace:tandocare.desktop.infrastructure.localization"                  mc:ignorable="d">      <label                  width="120px"                  content="{loc:translate username}"                 contentstringformat="{}{0}:"                 fontsize="16"                  grid.row="1"                  horizontalalignment="right"                  target="{binding elementname=username}"                  /> 


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -