.net - Determining .dll dependencies in Visual Studio Express Edition C# -


i have written small program in c# in visual studio express 2008. how determine dll's app requires, distribute along required files?

note:

visual studio express 2008 comes without modules window ('debug->windows->modules').

you use dependency walker determine dll dependencies.

http://www.dependencywalker.com/


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

keyboard - C++ GetAsyncKeyState alternative -

android - java.net.UnknownHostException(Unable to resolve host “URL”: No address associated with hostname) -