0

I have several DLL files in C:\RLM85LTD\

e.g. C:\RLM85LTD\Interop.MSXML2.dll

My app from the Debug folder is in a folder on my desktop called my apps. when I opened the app from my apps folder it does not work unless the relevant DLL's are in my apps folder.

How can I get the app to work with the DLL in C:\RLM85LTD.

Dev
  • 1,780
  • 3
  • 18
  • 46
  • The argument to LoadFrom() is nonsensical. You can kinda see it by noticing that you didn't use the *file* variable and it is definitely not a document. – Hans Passant Apr 16 '20 at 16:23
  • Have you found [this](https://stackoverflow.com/questions/9180638/working-with-appdomain-assemblyresolve-event) SO question about using AssemblyResolve in your searching? Might be of help. – Sean Skelly Apr 16 '20 at 16:58
  • @SeanSkelly I had a look at what you suggested, but I am not sure how to fully convert and use in vb.net. mainly the raised events – Dev Apr 17 '20 at 13:09

0 Answers0