TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
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
Reply
Answers (
0
)
datagridview data is shown in excelreport but the problem is grid view last cell values are not display in excel report
I use NamedPipes in c# (.Net 3.5 ). I want to write to threads for the client one read and the other for write.