c# - WCF - The remote endpoint no longer recognizes this sequence -


i having strange issue calling method on wcf. web , service code made through development, working fine on local developer machines , qa server. when published uat server windows service returned:

the remote endpoint no longer recognizes sequence. due abort on remote endpoint. value of wsrm:identifier not known sequence identifier. reliable session faulted.

the methods worked fine, built transport objects database calls threw exception when returning object.

there similar question same error, none of suggested solutions applied. exact same code worked fine on machines threw exception when installed on server.

i'm still not sure why, cause of behaviour interface returned method had ienumerable<> property. replacing list<> resolved issue.

i'd love know why worked on every other machine tried on not uat server.

the .net versions installed on both identical.

the difference can see different operating systems.

it worked fine on: windows server 2008 r2 enterprise, windows 7 enterprise

it threw exception on: windows server 2008 r2 datacenter.

edit: although solved issue, i'd love answer explained why ienumerable<> work on every machine ran on, crashed on uat machine.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -