Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How-to install GraphViz2.38 ? #23

Open
kiquenet opened this issue Dec 26, 2018 · 1 comment
Open

How-to install GraphViz2.38 ? #23

kiquenet opened this issue Dec 26, 2018 · 1 comment

Comments

@kiquenet
Copy link

C-Sharp-Wrapper requires GraphViz2.38 installed in C:\Program Files (x86)\GraphViz2.38\bin ?

@JamieDixon
Copy link
Owner

The code first looks in ConfigurationManager.AppSettings["graphVizLocation"]; for the Graphviz path and then looks in AssemblyDirectory + "/" + ProcessFolder if the former isn't found.

get { return graphvizPath ?? AssemblyDirectory + "/" + ProcessFolder; }

You can set the path by including it in your appSettings:

<appSettings>
    <add key="graphVizLocation" value="C:\Program Files (x86)\Graphviz2.38\bin" />
</appSettings>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants