HI folks I am facing problem when I am using a VB App under MTS.
The Problem is as follows
There are 2 components involved here.Component1 calls component2 .Now component 2 contains global array which is available to the Component1 through an exposed Property of the Component2.Now when component1 calls component2 once again then it is noticed that the values of the global array are the cached and they do not change unless they are explicitly changed during the call to component2.
Why is this .Is MTS known to cache global variables?
Can nebody help me out with this PROBLEM.
Sachin
