
 Rank: Guest Groups: Guest
Joined: 9/17/2007 Posts: 11,670 Points: -1,200
|
Date parsed: 05/04/2008 10:49:40 Date: Sat, 05 Apr 2008 14:49:40 -0400
With VS2008 I build a DLL with a manifest in order to use side-by-side assemblies.
In Dependency Walker the DLL is shown to depend on, among other DLLS, the side-by-side assemblies:
c:\windows\winsxs\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_d08d0375\MSVCR90.DLL c:\windows\winsxs\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_d08d0375\MSVCP90.DLL
However for the second side-by-side assembly Dependency Walker shows a missing dependency of:
MSVCR90.DLL
This is the latest version of Dependency Walker 2.2.6000.
Is Dependency Walker just not able to correctly find dependencies within side-by-side assemblies ? Is there any similar tool which can correctly show the side-by-side assembly dependencies, along with all other dependencies for a DLL or EXE ?
|