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

PublishEvent / SqlServer provider. #155

Closed
numbus999 opened this issue Jul 10, 2018 · 2 comments
Closed

PublishEvent / SqlServer provider. #155

numbus999 opened this issue Jul 10, 2018 · 2 comments

Comments

@numbus999
Copy link

Hello,

I am trying to use sqlServer persistence.
but when I publish an event
ex:
int myData = 1;
host.PublishEvent("Niv1ApprovalEvent", anID , myData);_

I get an error entry in the wfc.ExecutionError table with the following message: 'Object of type 'System.Int64' cannot be converted to type 'System.Int32'.

This work if I don't use a persistence provider.

An idea about that ?
#Thanks.

danielgerlag added a commit that referenced this issue Jul 11, 2018
@danielgerlag
Copy link
Owner

I have deployed a new version (1.6.5) to Nuget that should resolve this issue

@numbus999
Copy link
Author

great ! works fine.
Many Thanks.

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

No branches or pull requests

2 participants