У меня есть ResourceDictionary, который содержит ControlTemplate, где я ссылаюсь на объект из другой сборки.
<ResourceDictionary
xmlns:gauge="clr-namespace:ActiproSoftware.Products.Gauge;assembly=ActiproSoftware.Gauge.Wpf351">
<ControlTemplate x:Key="Gauge270Template">
<gauge:CircularGauge/>
</ControlTemplate>
</ResourceDictionary>
Что дает мне следующую ошибку:
Error 1 The type 'gauge:CircularGauge' was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built.
P.S. Сборка датчика выполнена, и я могу ссылаться на него из других частей приложения