Loading dll library from Resource to Current Domain(Embedding dll in main exe file)
问题 I'm trying to load dll libraries during runtime using the following code so that I don't have to provide the user with lot of dll files along with the main executable file. I have inlude all the dll files as an embedded resource and also in the reference part I have include them and have set the CopyLocal property to false. But the problems here are: 1. All the dll are getting copied to Bin\Debug folder 2. I'm getting FileNotFoundException . I did lot of searches to get these things resolved