Changing value not reflecting using ElementalAnalyser method

User fec9e52845

03-02-2014 10:18:44


Hi,


We have using Our periodic table(customized) and calculate the value using ElementalAnalyser in .net application, It is working fine. Then I have changed the Ex: H value  and calculate the existing value still occuring.Once restart the server , then only changed value is reflecting.


Seems like periodic table value is caching somewhere. For our application the values are changing frequently and we unable to restart the IIS in server every time without proper approval.


Please help us to clear the caching whenever to change the value of periodic table without IIS restart or any other option is available for fix this issue.


Ex of our code :


ElementalAnalyser ws = new ElementalAnalyser();


ws.setMolecule("C38[14C]H49ClN4O2");


double Mass1 = ws.mass();


 Regards
Siva



 



User fec9e52845

04-02-2014 10:47:41

Hi,


Any update on this issue. This is high periority for us.


Regards


Siva

ChemAxon d51151248d

06-02-2014 11:08:40

Dear Siva, 


unfortunately we do not support the feature that the Periodic System dynamically changes during run.


Best regards, 


Daniel

User fec9e52845

10-02-2014 09:15:37

Hi,


Thanks for Reply. Can you please explain the logic to retrieve the calculation data. It is saving in Cache or Any other logic or any method in .Net to clear the memory or caching.


As per procedure in our server ,we unable to restart the IIS  without proper Approval.


explain the logic based on will try for any other workaround logic in .NET


Please help us for this.


Regards


Siva

User fec9e52845

12-02-2014 06:08:59


Hi,


Any update on this issue. This is high periority for us.


Regards


Siva


ChemAxon eb65a25631

12-02-2014 09:29:47

Hi,


Maybe, you can try using application domains in your .NET code.


Regards,


Andras