.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

Change php variable from jquery value using ajax (same page) -

How can I fetch data from a web server in an android application? -

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