Hi,
I am having a WPF application where I am making use of event aggregagator to subscribe and publishing events.
I am facing a problem now.My viewmodel is subscribing to an event which is published from another viewmodel.In my first viewmodel,on publishing a service is called once.But its getting twice.What am I doing wrong?