Are there any way to check if all dependencies required by a .Net assembly is fulfilled? It’s on a production server and Visual Studio is not installed on it.
It’s a .Net assembly which requires some GAC:ed components which are not included in the installation package.
Here are a simple tool:
http://www.amberfish.net/
Though it doesn’t fully support x64. I’ll accept any answer that has a similar tool but also supports x64.