Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
0
Answer
Downloading Managed DLLs
Neha Katoch
17y
1.7k
1
Reply
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
Post
Reset
Cancel
Answers (
0
)
Next Recommended Forum
Draging a form after setting FormBorderStyle to None
Confusion over Static class and Static method!