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
Neha Katoch
NA
1
0
Downloading Managed DLLs
Feb 2 2007 3:44 AM
I have implemented a plugin arcitecture in my windows application where if the required plugin(DLL created in c#)is not present on client then it should be downloaded programmatically from server.If I directly copy the DLL then my code works fine but if it gets downloaded from the server if fails to load.And gives the System.BadImageFormatException with the message "An attempt was made to load a program with an incorrect format."
How can I download managed DLLs through my code?
Any pointers
Reply
Answers (
0
)
Draging a form after setting FormBorderStyle to None
Confusion over Static class and Static method!