Hi, can i comunicate a silverlight application with a windows workflow foundation app,if yes how can i do that? , i try to add a reference from my silverlight app to a windows workflow app and it doesnt work.
Thanks
Hi, can i comunicate a silverlight application with a windows workflow foundation app,if yes how can i do that? , i try to add a reference from my silverlight app to a windows workflow app and it doesnt work.
Thanks
If your application was a service application then yes.
Silverlight won't host a workflow but it could call a workflow service if the workflow you need to run is hosted within a service rather than an application.
It should be a matter of adding teh service refrence within teh siverlight application.