Hello All
A quick help on this will be highly appreciated
I have a windows service written in .Net .The Service exports a Class.When the service starts i set one shared property(boolean Property-value set=True) of this class.Then there is Client Windows Application which imports the same Class and instantiates the exported class earlier.However when i access the shared property of the class i get the value as False(though i set it to True as mentioned earlier).
Please help me to get over this problem.

Thanks in advance