When I try to deploy the project, I get the following error in Visual Studio:
SmartObjectServer Exception: Error refreshing Service Instance. Service returned : Workflow Reporting SO Service: Value cannot be null.
Parameter name: input
It refers to the following line in the <myprojectname>.msbuild xml file (it's the last line before the </project> closing tag):
<
UsingTask TaskName="SourceCode.DeploymentTasks.SmartObjectServices.WorkflowReportingServiceTask" AssemblyFile="Bin\SourceCode.DeploymentTasks.dll" />
The problem really occurs during the deployment, not the building:
========== Build: 3 succeeded, 0 failed, 1 up-to-date, 0 skipped ==========
========== Deploy: 0 succeeded, 1 failed, 0 skipped ==========
Any idea about what should be done to solve this?
Please remember to change the thread status when a valid answer has been given