Re: [Open Babel] issues about using openBabel .net under IIS

2013-11-08 Thread Jun Liu
Thank you, Noel. I already copied all the files from the Open Babel GUI installation folder, the web page can display without error, but the part calling OpenBabel functions just return zero or empty. However it worked fine under Visual studio environment. I also tried to change some IIS applic

Re: [Open Babel] issues about using openBabel .net under IIS

2013-11-08 Thread Noel O'Boyle
You should probably copy *all* other files from the Open Babel GUI installation. The overall problem is that the plugin formats are not being found. I think that in future versions of Open Babel we will try to compile these directly into the main Open Babel .dll as it causes problems for people (l

Re: [Open Babel] issues about using openBabel .net under IIS

2013-11-05 Thread Jun Liu
Sorry to re-post this message, but I'm still stuck at this issue. Another thing to add is that when I browsed my test page from IIS, it gave me error about can't find openbabel_cSharp.dll, so I copied all the dll and other files from the openBabel GUI installation folder to my IIS website, then

[Open Babel] issues about using openBabel .net under IIS

2013-11-02 Thread Jun Liu
I'm working on a project using openbabel OBDotNet.dll, it works great under Visual studion 2010/2012, but when I tried to put it under IIS6 or IIS7 for further testing, it will not work. I know there is an issue for openBabel(x86 version) to work on a 64-bit machine, so I switched to 32-bit ma