Open Gerrilicious opened 2 years ago
ServiceFramework checks for the *ServiceRemotingProviderAttribute in the interface assembly and Entry assembly in order. You need to either move FabricTransportServiceRemotingProviderAttribute to Communication project(interfaces) or have it defined in Web project as well inorder to be able to read by ServiceFramework.
Describe the bug When trying to call stateless service with V2_1 Listener from WebApi (http endpoint) to the service it works, with the exclusive V2 I get the error: "NamedEndpoint V2Listener not found in the address ..."
To Reproduce Minimal reproduceable example: https://github.com/Gerrilicious/FabricApplicationCommunicationTest
Steps I have done:
Expected behavior I expect clarification on how the V2 stack should be used.
Additional context Add any other context about the problem here.