Search code examples
wcf

Verify that the current user is granted access in the appropriate allowedAccounts section of SMSvcHost.exe.config


I have getting the above error when i try to start wcf service hosted in windows service. i am using net.tcp binding with port sharing and have updated the SMSSvcHost.exe.config with the correct SID. What else I could be missing which is casuing this error

i noticed on other forums people suggsting rebooting the server and running the service under admin account. don't know how relevant these suggestions are.


Solution

  • the issue was casued by installtion of .NET Framework 4.0. It upgared net.tcp port sharing as well.