We have written a program is VS 2012 using WCF. it is using net.tcp binding. this program acts as a client and reads data from OPC server and sends it back to application server. while this application is running in many places , I am facing a peculiar problem
in one of theinstallation
the problem is
1. Application runs perfectly fine when we start the service.
2. After some time the application gives error like "CoCreateInstanceEx: The server process could not be started because the configured identity is incorrect. Check the username and password."
there is no fixed time. some times client runs for 3 days continuously and sometimes it doesn't run for an hour .
3. when we login into the PC remotely using mstsc, the above exception goes away and client application again starts working normal.
4. the application is installed in windows 7 professional .
we have tried many setting changes by google, but still we are not successful.