Publishing Errors

Hello

i've encountered some problems when publishing a workflow with actions from the action pack.

The error i get is:

Microsoft.Workflow.Client.ActivityValidationException: Workflow XAML failed validation due to the following errors:
Cannot create unknown type '{clr-namespace:Plumsail.ActionsPack}ExchangeSendEmail'. HTTP headers received from the server - ActivityId: ad0683cd-8aef-4906-8620-21c640cc9a35. NodeId: SSPFEDC01. Scope: /SharePoint/default/eb5fb786-8c89-4150-90f1-bb0cc644b361/934165be-34e4-4f86-b39e-9ddc8f260bd2. Client ActivityId : e935d5a0-cc33-8014-5be5-28d2b9c10073. ---> System.Net.WebException: T

After the webexception the error is cut off.

i tried a lot of different things, also found in some other posts with disabling and enabling the feature and clearing the designer cache but nothing seems to work.

Hi @Dario_Chiga,

It may be the SharePoint designer issue. Could you try the steps from the article?

SharePoint Designer issues

We also discussed a similar subject here. Please take a look.

Best regards,
Petr
Plumsail team

Yes i already tried doing the steps from this article but with no results.

The Problem is that the Action Pack doesn't deploy correctly.

During the Installation it always says that the solution has been deployed successfully but as you can see below the solution is not deployed.

image

Something else that happens is that when i try to install the workflow action pack on the Applicaton and Search Server whole SharePoint doesn't work anymore.

We have 2 Servers in our Farm. one is application and search server and the other is frontent and sitributed cache server.

on the front end server the installation works almost correctly with the error screenshot from the post above where the solution is not deployed correctly.

on the application server the whole installation crashes the services.

SPWebApplication updated. Process Name: [w3wp] Process ID: [0x4788] Callstack: at Plumsail.WFServices.Features.AuthServiceEventReceiver.FeatureDeactivating(SPFeatureReceiverProperties properties)
at Microsoft.SharePoint.SPFeature.DoActivationCallout(Boolean fActivate, Boolean fForce)
at Microsoft.SharePoint.SPFeature.Deactivate(SPSite siteParent, SPWeb webParent, Boolean fForce)
at Microsoft.SharePoint.SPAdminFeatureCollection.Remove(Guid featidToRemove, Boolean fForce)
at Microsoft.SharePoint.SPFeatureCollection.Remove(Guid featureId, Boolean force)
at Microsoft.SharePoint.ApplicationPages.AdminDeactivateFeaturePage.LnkbtnDeactivateFeature_Click(Object objSender, EventArgs evtargs)
at System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e)
at System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at EdrDotNet.Hooks.ProcessRequestHook.ProcessRequestHandler(Object page, Object httpContext)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
at System.Web.HttpApplication.PipelineStepManager.ResumeSteps(Exception error)
at System.Web.HttpApplication.BeginProcessRequestNotification(HttpContext context, AsyncCallback cb)
at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context)
at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)
at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)
at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus)
at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus)
at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)
at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)

SPFarm updated. Process Name: [Plumsail.WFPack] Process ID: [0x2B34] Callstack: at CodePlex.SharePointInstaller.InstallConfiguration.set_InstalledVersion(Version value)
at CodePlex.SharePointInstaller.InstallProcessControl.UnregisterVersionNumberCommand.Execute()
at CodePlex.SharePointInstaller.InstallProcessControl.TimerEventInstall(Object myObject, EventArgs myEventArgs)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at CodePlex.SharePointInstaller.Program.Main()

Hi @Dario_Chiga,

Did you try to completely remove the application with the wizard?

Was it successful? There are certain steps that should be done to remove it correctly.

Also, please make sure to download the latest version of the installer.

Best regards,
Petr
Plumsail team