Here's what I have:
A web service application.
I build development in the Visual Studio Environment. The code works.
I copy the development dlls to staging and the code doesn't work.
I build the code on our build server and deploy to staging the code doesn't work.
I copy the build server dlls to development and the code works.
What doesn't work is the primary DLL is searching for a project referenced DLL.
Using PROCMON on staging I can see that it sees the project referenced dll (say B.dll) but somehow it doesn't use that dll when it creates the temporary ASP.NET files.
If I place B.dll into c:\windows\system32\inetsrv The code works.
I've spent 2 days on this problem and I'm out of places to look.
Any thoughts?