Not sure why service is showing a weired behavior, Any help will be really appreciated.
Thanx
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
What does rehosted mean? Does it mean that you have to run console application each time you restart the machine? That is obvious behavior – when application doesn’t run, it cannot host WCF service. If you want your service to be automatically hosted after machine restart you have to host it in Windows service (and set the service to automatically start).