0

I want to create dgml file (dependence graph) from list of dll files OR solution, project. Can I do that with Graphcmd by command line?

Kendy B
  • 3
  • 2

1 Answers1

1

You can use GraphCmd to create DGML files only for DLLs or other DGML files.

Esther Fan - MSFT
  • 8,276
  • 4
  • 27
  • 25
  • Can you pretty pretty please provide an example command line call to GraphCmd for a DLL input file? I'm having a terrible time trying to get it to work - I keep getting "Data at the root level is invalid". My cmd: GraphCmd.exe -all -exceptions -input my.dll -output my.dgml – kallotec Jul 08 '15 at 11:40