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
2009-07-01 20:58:29
Nope, that didn't work for me.
2009-07-01 21:07:07
Rats. Oh well - I'll leave the answer here for the moment so that others can see it didn't work :(
Jon Skeet
2009-07-01 21:17:42
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
2009-07-02 09:42:50