0
Answer

Unable to load the metadata for assembly

TAN WhoAMI

TAN WhoAMI

12y
1.5k
1
I follow through the example from http://msdn.microsoft.com/en-us/library/ms748365.aspx

however, when I have this in the XAML,
xmlns:c="clr-namespace:SDKSample"

it complains of

Error 11 Unable to load the metadata for assembly 'SDKSample'. This assembly may have been downloaded from the web.  See http://go.microsoft.com/fwlink/?LinkId=179545.  The following error was encountered during load: Could not load file or assembly 'SDKSample' or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515) H:\TTH\CSharp\WpfApplication1\MainWindow.xaml 1 1 WpfApplication1

my code is as attached:

thanks

Attachment: code.zip