FXCop is a .net assembly not a normal dll. Use Reflector to see dependencies. Assembly load errors can be troubleshoot with fuslogvw.exe from winsdk.
florin On Oct 17, 11:31 am, sharique khan <[email protected]> wrote: > Hi, > > I checked the Microsoft.Xaml.Tools.FxCop.dll by Dependency Walker. > > It showed Unable to load dwmapi.dll. This file was missing from system32 > directory. I then downloaded this dll and put it in System32 directory. > > However still dependency walker is showing and the CCNet build continues to > break : > > Warning: At least one module has an unresolved import due to a missing > export function in a delay-load dependent module. > For: > c:\windows\system32\USER32.DLL > c:\windows\system32\SHLWAPI.DLL > c:\windows\system32\MPR.DLL > c:\windows\system32\ADVAPI32.DLL > > Please note it is Win XP SP3 box. > > > > > > > > On Thu, Oct 14, 2010 at 12:13 AM, florin <[email protected]> wrote: > > not that i know, but, have you tried FUSLOGVW.exe to see eventual not > > loadable dlls? > > Or Reflector to see what code those there? Maybe it is just a > > configuration stuff.. > > > florin
