locked
COMException RRS feed

  • Question



  • 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)

    What can be wrong?

    Thanks
    Tuesday, October 13, 2009 11:14 AM

All replies

  • Hi,

    I have a similar problem, did you manage to find the solution for this issue?

    Thursday, March 31, 2011 12:41 PM