EpaNet2.dll gives 305 error code from arcmap addin application

3881
0
05-23-2015 09:20 PM
ShekhShamsuzzaman
New Contributor

I have an input file(.inp) of EpaNet project. I want to use this .inp file to run the project with the help of epanet2.dll from my arcmap addin button. In EPANET project , there is a portion that is running hydraulic simulation. This hydraulic simulation run by calling or method of epanet2.dll . When running hydraulic simulation , a temporary binary file(HYD) may be created.

When I run the simulation in a console application of c# project , this is run successfully. But when I call the running method from a simple addin button application(show message "hello world") of ArcMap, an error gives from running method (ENsolveH/ENepanet) . This error gives a code of 305 that indicate "Cannot open hydraulics file" according to documenteation.http://iridia.ulb.ac.be/~manuel/doc/toolkit_help.pdf

Can you give some suggestions that how to recover the problem or why I am facing this kind of problem. Why hydraulic file can not be created and opened ?

0 Kudos
0 Replies