I have a c++ project (acrobat pdf plugin) that uses a com visable c# dll. On my pc everything is working perfectly but on my deployment server I get the error "Unable to create object". I have registered the dll on the deployment machine using regasm and created the .tlb file on the same location of the dll. I used comxplorer and I compared the clsid of the components between my machine and the deployment machine, and they match.
this com dll does use other dlls (it's a pretty big project)
Can late binding or something like that help me? How can I begin to investigating this issue?
Please advise
procmon
filtered on CreateFile failures is one way, albeit somewhat manual. – WhozCraig