doesnt

Object doesn't support this method for jquery ui draggable in IE

When i try to execute the following code am getting the error in IE like. Object doesn't support this property or method <script type="text/javascript"> google.load("jquery", 1); google.load("jqueryui", "1.5.3"); $(document).ready(function() { $("#main-dialog").draggable(); }); </scrip...

Excel process not ending in Cluster environment

When we try to close excel object, it fails to close to cluster environment. The same is working fine in QA and UAT environment. public bool KillExcelProcess() { try { object misValue = System.Reflection.Missing.Value; wbObj.Save(); wbObj.Close(true, misValue, misValue); ...