views:

22

answers:

0

Hello,

I built a WCF Workflow Service App and I built in a custom activity with a required extension in the workflow. In a web app, I'm trying to create a service reference to the WCF workflow service but it says that an extension that is required has not been provided; so how do I consume a service with a required extension? At what point do I supply that extension in an ASP.NET scenario?

Thanks.