I deployed an update to my ASP.NET application and started seeing this error on my page that used foo.dll:
Unable to load foo.dll. The specified module could not be found. (Exception from HRESULT: 0x8007007E)
foo.dll is in my system32 and application bin directory (which are in the path environment variable).
What gives?