I referenced a DLL in a MVC3 web application. It compiled successfully. MVC3 project is running as Any CPU configuration property. I launched IIS Express 7.5 and I keep seeing the DLL is missing its dependencies exception.
I then created a windows application and referenced the DLL and it worked fine. So I realise it s something to do with IIS Express setting.
Dll is 64 bit. Can you please guide me