Hi, I developed an interactive service using WCF, i.e windows service make call to windows application through com+admin component( just invoking GUI event through windows service), it working fine in installed user . While logging in to other account , it throws an com exception as mentioned below. And after i returned back to installed login , it throws same exception as below.
System.Runtime.InteropServices.COMException (0x8000401A): The server process could not be started because the configured identity is incorrect. Check the username and password. (Exception from HRESULT: 0x8000401A) at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo) at System.EnterpriseServices.Thunk.Proxy.CoCreateObject(Type serverType, Boolean bQuerySCInfo, Boolean& bIsAnotherProcess, String& uri) at System.EnterpriseServices.ServicedComponentProxyAttribute.CreateInstance(Type serverType) at System.Runtime.Remoting.Activation.ActivationServices.IsCurrentContextOK(Type serverType, Object[] props, Boolean bNewObj) at WindowsNTService.WatchedUser.CreateUserInterface() at WindowsNTService.WatcherService.DoCoreWork(WatchedUser watchedUser, String keyUser) at WindowsNTService.WatcherService.ServiceTimerTick(Object sender, ElapsedEventArgs e)