TAN WhoAMI

TAN WhoAMI

  • NA
  • 291
  • 0

Unable to load the metadata for assembly

Jun 26 2012 4:59 AM
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