Skip to content

Commit d596576

Browse files
committed
Modified README to include new information about the app.config/web.config key that must be set, pointing to the folder containing the graphviz exes
1 parent ed52722 commit d596576

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff 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

4949
Once 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

0 commit comments

Comments
 (0)