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
Tamer Khalil
NA
645
208.4k
Dynamically loading and unloading assemblies in ASP.NET MVC
Aug 3 2015 9:53 AM
Hi,
I have a web application that loads assemblies dynamically on runtime, and gets the assembly paths from the database and call methods from it using reflection. However I can't unload the assembly loaded, after I'm done with it.
My issues arises from that there are some dlls that got the same name, when the first one is loaded it works fine, when the second one is loaded afterwards it doesn't replace it, so it causes unwanted behaviour.
Thanks
Reply
Answers (
1
)
Is it Possible to call a method which is in another page
System.OutOfMemoryException in mvc 5