Ok let me explain you the problem in detail... i am using msscript.ocx to get script support, now i am using one com dll and using its interface and adding interface object in script object, now script is using these object without initializing it, now i have same application running multiple times on same machine repeating the process, but some times vbscript doesnt acknoledge the interface objects. Example:
m_ScriptObj.AddObject("DataIn", DataIn, false);
m_ScriptObj.AddObject("DataOut", DataOut, false);
m_ScriptObj.AddObject("Parser", Parser, false);
m_ScriptObj.AddObject("Setting", Setting, false);
now suppose i am using DataIn object inside my vbscript, and here comes the Inconsistent behaviour.
Thanks A Ton Ash_VCPP walking over water is just knowing where the stones are.....