You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I noticed that when creating a service endpoint of any type, queue especially. DesignationType does not get populated at all. By looks of it from the drop down in the tool, it appears to be the Contract property in ServiceEndpoint Class. Does Mappingfile need to have something for the designation type?
The text was updated successfully, but these errors were encountered:
hi @WaelHamze .I have gone through the code and debugged and figured out why it was not selecting the Queue option from that dropdown list. It's because of the incorrect mapping of Enum . The Enum value of 'Queue' under the optionset .cs should be 6 and not 2.
Not sure if someone else experienced this issue or not
Update: I think I know the Queue that I am referring to is Queue_persistent instead..
Hi,
I noticed that when creating a service endpoint of any type, queue especially. DesignationType does not get populated at all. By looks of it from the drop down in the tool, it appears to be the Contract property in ServiceEndpoint Class. Does Mappingfile need to have something for the designation type?
The text was updated successfully, but these errors were encountered: