Top "Dependency-walker" questions

Dependency Walker is a free utility that scans any 32-bit or 64-bit Windows module (exe, dll, ocx, sys, etc.

Dependency Walker reports IESHIMS.DLL and WER.DLL missing?

On a Windows XP Professional SP3 with Internet Explorer 8 box, when I run Dependency Walker on an executable of mine …

internet-explorer-8 dll dependency-walker windows-xp-sp3
How do I determine the dependencies of a .NET application?

How do I determine the dependencies of a .NET application? Does Dependency Walker work with managed apps? I've downloaded the …

.net dll dependencies dependency-walker
REGSVR32: the module "xxxxx.dll" failed to load ... dependent assembly could not be found

I'm having an issue with regards to registering a *.dll under Windows 7 x64. I've tried placing the *.dll in both, …

c++ windows dll regsvr32 dependency-walker
Dependency Walker: missing dlls

I have been trying to resolve .dll dependencies for the executable file with Dependency Walker. Currently, I am getting missing .…

windows dll visual-studio-2013 dependencies dependency-walker
Dependency Walker with kernel32.dll on Windows 10

I tried to open kernel32.dll using Dependency Walker on Windows 10. I got the following error and warning: Error: At …

windows-10 dependency-walker
Missing Dll in dependency walker

I am having a dll and which I am opening into the dependency walker with platform visual studio 2003 and OS …

c++ dll dependency-walker
Dependency Walker equivalent for Linux?

I need a tool to show all the shared library dependencies in some graphical way, not just with ldd on …

linux unix shared-libraries dependency-walker
Reading Dependency walker output

I am having some problems using one of the Dlls in my application and I ran dependency walker on it. …

c# c++ dll pinvoke dependency-walker
C++ Dll in Dependency walker shows IESHIMS.dll and MSVCR110.dll

I've a dll which I've built in Windows7 (64bit OS) in 'Win32' platform. Unfortunately, when I import this dll …

c++ dllimport dependency-walker