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