I know there are many tools. I want to find out a good tool to show me what assembly is missing. I encountered an exception saying that one of the dependency assembly might be missing when I tried to run a .NET app.
UPDATE
I want to test it on live server. Thus, ideally, I can run it without changes to the server. I can install application on the server.
Thanks in advance.