Versioning, GAC, .NET, workflows - please help.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sept2008
    New Member
    • Sep 2008
    • 1

    Versioning, GAC, .NET, workflows - please help.

    I made two strong-named libraries, test.dll, versions 1.0.0.0, and 2.0.0.0, from the exact same source. I put them in the GAC area. I would like to know whether I can use both of them at the same time. If I can, how can I resolve them properly?

    Please note that, on the web.config file, if I add the assembly pointing it to one of the versions, then this is the version that the system will use at runtime.

    Similarly, on the persisted workflows, the system will try to rehydrate the workflows with its previous compiled instances, and it will raise an exception if these instance versions are out of synch. How can I synch them properly?

    Thank you very for your help. Any comment is greatly appreciated.
Working...