views:

107

answers:

0

I am attempting to deploy a basic workflow from Visual Studio 2005 to a K2 blackpearl server. It seems that doing so directly is unsupported but regardless whether I try to deploy from client to server or use msbuild on a deploy package on the server I get the same error. The accounts I am using have export privileges on the server.

Error 1 Task Error: System.Exception: Forms Generation publishing has failed: Please ensure that if you are deploying this project that you are not attempting to do so on client. Deployment package needs to be created and run on the server in order to publish forms correctly. - System.Exception: Forms Generation publishing has failed: Please ensure that if you are deploying this project that you are not attempting to do so on client. Deployment package needs to be created and run on the server in order to publish forms correctly. at SourceCode.DeploymentTasks.FormsGeneration.ClientEventDeploymentTask.HasPublishedWebsite() at SourceCode.DeploymentTasks.FormsGeneration.ClientEventDeploymentTask.HasPublishedWebsite() at SourceCode.DeploymentTasks.FormsGeneration.ClientEventDeploymentTask.Execute() C:\Users\dev3\Documents\Visual Studio 2005\Projects\K2 sandbox\InformationRequest\obj\Debug\Deployment\InformationRequest.msbuild 68 6 InformationRequest