Goran Level: Moderator
 Registered: 16-05-2002 Posts: 1681
|
Re: deployment problem
Most probably you didnt include all needed dll's in your setup, so when it tries to install dll, it cannot find all the dependencies it needs. Use Dependency walker (Included in VS - named 'Depends') to see which dlls are needed for your dll to be succesfully registered.
____________________________
If you find the answer helpful, please mark this topic as solved.
|