tags:

views:

18

answers:

2

When I save a workflow XAML file with assembly references, they will be saved with the strong named reference that include the version number. When I upgrade the application assembly that the XAML file references, the XAML file is no longer valid and cannot open because it says that it's missing the assembly I updated. How do I fix this?

A: 

Does assembly binding redirection for the application solve the issue?

Jon Skeet
Nope, that didn't work for me.
Rats. Oh well - I'll leave the answer here for the moment so that others can see it didn't work :(
Jon Skeet
A: 

"cannot open" - in VS2008 ? I think that binding redirection should work for workflow runtime.

Look at this msdn article about Versioning Workflows

Petar Repac