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
d steen
NA
1
2.5k
C# Shared dll help
Jul 3 2011 3:12 PM
Hi,
I am busy creating a networkbased program using C# and i am trying use Shared DLL for this.
I got the DLL fully working already but i got a problem.
The DLL has an interface MouseListener
I got a Connection object which implements MouseListener and has reference to the DLL
The DLL has a method called setMouseListener( MouseListener m );
now what im trying to do is to call the setMouseListener method whit as parameter a Connection Object.
but when i call it i get the following error:
Parse Error, no assembly associated with Xml key
a1:http://schemas.microsoft.com/clr/assem/ControllClient%2C%20Version%3D1.0.0.0%2C%20Culture%3Dneutral%2C%20PublicKeyToken%3Dnull Connection
Does anyone knows what causes this?
Thanks in advance
Reply
Answers (
2
)
About database backup
DLL (Dynamic Link Library) ?