Error 1 Unknown build error, 'Cannot resolve dependency to
assembly 'Interop.WMPLib, Version=1.0.0.0, Culture=neutral PublicKeyToken=null'
because it has not been preloaded. When using the ReflectionOnly APIs, dependent
assemblies must be pre-loaded or loaded on demand through the
ReflectionOnlyAssemblyResolve event. Line 20 Position 14.'
Любые идеи, я должен включить еще какие-либо DLL или что-нибудь еще
WPF
<Window ... xmlns:activeXControl="clr-namespace:AxWMPLib;assembly=AxInterop.WMPLib">
<Grid>
<WindowsFormsHost x:Name="winFormsHost" Grid.Column="1">
<activeXControl:AxWindowsMediaPlayer x:Name="activeXMediaPlayer"/>
</WindowsFormsHost>
</Grid>
</Window>
Оконная метка метко обрезана