Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Designation Type #295

Open
sherryswall opened this issue Dec 17, 2020 · 1 comment
Open

Designation Type #295

sherryswall opened this issue Dec 17, 2020 · 1 comment

Comments

@sherryswall
Copy link

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?

image

@sherryswall
Copy link
Author

sherryswall commented Dec 23, 2020

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..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant