So, I'm in a situation at work right now, where code's working fine MOST of
the time locally, but the build to the Dev server is constantly failing,
saying it can't find certain Types.

I'm in the middle of figuring it out, and I'm thinking, "Gee, is there a
tool that'll compare the .NET configuration of two machines, or output the
configuration in a comparable format?"

A quick search or two tells me that if there is, I'm not thinking about it
the right way (the idea of something that outputs the config, I just thought
of now, for instance.)

So, the question:

Does anyone know of a tool that can compare the .NET configuration of two
machines, whether local and remote, remote and remote, or needing to run it
locally on each machine.

And by 'configuration', I mean 'point at an EXE, and see what DLL
information it finds if it were running that app'. Something like a
dependency tracker for .NET, I guess, which would look at all sources
visible to the target .EXE, and point out differences.

I can think of ways to WRITE one; I'm just wondering if the wheel is already
out there. Thanks in advance.

-- Peter Smith

Reply via email to