Search code examples
c#visual-studio-2010sharepointsharepoint-2010workflow

Sharepoint workflow deployment error basepackagepath


I'm getting this error while deploying a workflow in sharepoint 2010

Error occurred in deployment step 'Retract Solution': This required project property is not found or has a value of null or empty string: BasePackagePath

Its building fine and I tried retract, it also succeeded.

I am using visual studio to deploy.

Can anyone tell me what has to be the value of the base path.


Solution

  • I found the problem it was due to permission i had to use the far admin account to deploy it.

    This is the error "The "CompileWorkflowTask" task failed unexpectedly. System.NotSupportedException: The given path's format is not supported."

    So after some search i came up with this link

    But it got built but showed the error in my question

    But the first one is the error. And you need admin privileges to deploy it.