Is it possible to do this by streaming the assembly into memory? If so, how does one do this?
Reason:
I don’t want to lock the dll that’s loaded. I want to have the ability to dynamically load, change the code, compile and reload it again
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It can be done by an overload of Load using byte array. You need to read the assembly bytes before the load and it won’t lock the file: