Is there any way to find all files on my PC that
some VB application depends on ?
The files that were distributed with deployment package ?
I tried depends.exe , but it only gives me system files.
Thank you !
Printable View
Is there any way to find all files on my PC that
some VB application depends on ?
The files that were distributed with deployment package ?
I tried depends.exe , but it only gives me system files.
Thank you !
Depending upon which version of VB or Visual Studio you have, there is a prog called Dependency Walker that will list all of the dependencies associated with a particular component.