Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workflow upgrade #9

Closed
skovlund opened this issue Nov 14, 2017 · 2 comments
Closed

Workflow upgrade #9

skovlund opened this issue Nov 14, 2017 · 2 comments

Comments

@skovlund
Copy link
Contributor

Upgrading a custom workflow activity is not supported, as Daxif does not support updating the Major and Minor version numbers of workflow assemblies.
An upgrade must be registered as a new assembly, but Daxif treats it as an update, resulting in the following Exception:
System.ServiceModel.FaultException`1[Microsoft.Xrm.Sdk.OrganizationServiceFault]: Plug-in assembly does not contain the required types or assembly content cannot be updated. (Fault Detail is equal to Microsoft.Xrm.Sdk.OrganizationServiceFault).
Stopped due to error

@magesoe
Copy link
Collaborator

magesoe commented Aug 1, 2018

A possible solution is to use the version number of the assembly as an indicator of whether a new assembly should be registered.

@magesoe
Copy link
Collaborator

magesoe commented Sep 12, 2019

Added in version 4.2.14. The assembly version is used as the version. If you use ILRepack, then the assembly of the first project that is packed will decide the version of the packed dll

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants