File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -47,8 +47,16 @@ and move them into the GraphvizWrapper bin folder and then build/configure the s
4747### Copy files to your own project
4848
4949Once you've run the build you're ready to move the necessary files to your own project.
50- You'll need the GraphVizWrapper.dll file from the bin folder along with the GraphViz folder
51- (the dll and this folder must reside at the same level and be placed into the bin of your application at build time)
50+ You'll need the GraphVizWrapper.dll file from the bin folder ~~ along with the GraphViz folder
51+ (the dll and this folder must reside at the same level and be placed into the bin of your application at build time)~~
52+
53+ You must specify the location of your GraphViz folder inside either your app.config or web.config using the graphVizLocation key
54+
55+ ```
56+ <appSettings>
57+ <add key="graphVizLocation" value="C:\GraphViz" />
58+ </appSettings>
59+ ```
5260
5361## Running the sample application
5462
You can’t perform that action at this time.
0 commit comments