Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>From your edited code it is quite evident that the <code>UsbDll.dll</code> depends on some standard modules which are not there on your system (for example if it uses ATL and if you have don't have proper runtime then it is guaranteed to fail). To resolve this you will need proper runtime environment. </p> <p><strong>Also</strong> it is possible that the dll in concern depends on some vendor specific module. For you the best option is (and fastest option would be) to contact the vendor. Otherwise, try to install proper runtime from the microsoft site (but its more of hit-and-trial)</p> <p><hr> <strong>Update</strong></p> <p>Use the below links for finding more about DLL dependency:</p> <ol> <li><a href="https://stackoverflow.com/questions/227886/how-do-i-determine-the-dependencies-of-a-net-application">How do I determine the dependencies of a .NET application?</a></li> <li><a href="http://msdn.microsoft.com/en-us/library/ms235265.aspx" rel="nofollow noreferrer">http://msdn.microsoft.com/en-us/library/ms235265.aspx</a></li> <li><a href="https://stackoverflow.com/questions/352951/command-line-tool-to-find-dll-dependencies">Command line tool to find Dll dependencies</a></li> </ol> <p><hr> <strong>Update 2</strong></p> <p>See the below mentioned link for the missing dll details (but it is specific to the windows version)</p> <ol> <li><a href="https://stackoverflow.com/questions/2465111/dependency-walker-reports-ieshims-dll-and-wer-dll-missing">Dependency Walker reports IESHIMS.DLL and WER.DLL missing?</a></li> <li><a href="http://social.msdn.microsoft.com/Forums/en/vsx/thread/6bb7dcaf-6385-4d24-b2c3-ce7e3547e68b" rel="nofollow noreferrer">http://social.msdn.microsoft.com/Forums/en/vsx/thread/6bb7dcaf-6385-4d24-b2c3-ce7e3547e68b</a></li> </ol> <p>From few simple google queries, <code>WDAPIXXX.dll</code> appears to be some win driver related thing (although i am not too sure). Check this link, they have something to say about WDAPI <a href="http://www.jungo.com/st/support/tech_docs/td131.html" rel="nofollow noreferrer">http://www.jungo.com/st/support/tech_docs/td131.html</a>.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload