.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? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -