A: 

Try open your application in Dependency Walker. it should point out which of the dll's is missing.

Moshe Levi
I did, and it found 2 missing delay-load dependencies: ( http://en.wiki.mcneel.com/content/upload/images/DependencyWalkerGR.JPG )When I run the same test on a computer that works correctly, I get a single (different) missing dependency (IESHIMS.DLL)Is this information important?
David Rutten
I don't actually think there are missing dlls. It's a problem with loading existing dlls. The thing that confuses me about this particular error is that it is looking for an Assembly Manifest on a C++ only dll. I was under the impression only DotNET dlls contained assembly manifests.
David Rutten