After installing Workflowmanager I tried to execute the following command:
To configure Workflow Manager on a server that is part of the SharePoint 2013 farm and on which communication takes place by using HTTPLog on to the computer in the SharePoint Server 2013 farm where Workflow Manager was installed.
Open the SharePoint Management Shell as an administrator. This is accomplished by right-clicking theSharePoint 2013 Management Shell and choosing Run as administrator.
Run the Register-SPWorkflowService cmdlet.
Example:Register-SPWorkflowService –SPSite "http://myserver/mysitecollection" –WorkflowHostUri "http://workflow.example.com:12291" –AllowOAuthHttp
I got the following error message:
PS C:\Users\p15farm> Register-SPWorkflowService -SPSite "http://project2013/" -W
orkflowHostUri "http://project2013:12291" -AllowOAuthHttp
Register-SPWorkflowService : Could not load file or assembly
'Microsoft.Workflow.Client, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot
find the file specified.
At line:1 char:1
+ Register-SPWorkflowService -SPSite "http://project2013/" -WorkflowHostUri
"http: ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~
+ CategoryInfo : InvalidData: (Microsoft.Share...WorkflowService:
RegisterSPWorkflowService) [Register-SPWorkflowService], FileNotFoundExcep
tion
+ FullyQualifiedErrorId : Microsoft.SharePoint.WorkflowServices.PowerShell
.RegisterSPWorkflowService
Can you help me please