3

Can a .NET application/project refer both 32-bit dll and 64-bit dll and at runtime use appropriate one depending on the machine it is being executed on ?

Also would the user downloading the application via Click Once web page get the appropriate dll depending on his/her machine architecture ?

Brij
  • 11,731
  • 22
  • 78
  • 116
  • SetDllDirectory works at Win32-api, CLR doesn't follow it. In my case I am dealing with .NET dll. – Brij Jan 22 '14 at 16:40

1 Answers1

1

I think you can find an answer to your problem (which appear to be "yes", but not at Runtime if I understand well the solution) in that thread.

Community
  • 1
  • 1
cubitouch
  • 1,929
  • 15
  • 28