Versions

Viewing 1 reply thread
  • Author
    Posts
    • #23557

      Hi Gurus,

      my problem is about versions of an BizTalk assembly that contains my public schemas.

      I have a BizTalk assembly which contains all my standard schemas I need in different other BizTalk projects. As I have to expand this assembly with new standard schemas, I changed the version of the project and deployed it.
      Now I get information messages during deployment like this :

      Warnung 1 Der Zielnamespace “http://IMS_Schemas.PxB_RG_Standard” des Schemas “IMS_Schemas.PxB_RG_Standard, IMS_Schemas, Version=1.1.0.0, Culture=neutral, PublicKeyToken=01529556325770fc” und eines vorangehend bereitgestellten Schemas “” sind identisch. Zielnamespaces müssen jedoch eindeutig sein.

      (Hope u can translate the german stuff [*-)])

      So I still wondering how to change stuff in this project without touching other “old” assemblies. There surely is a solution, but I can’t find it. I hope I don’t have to change the namespec of all my schemas everytime I deploy a new version of the project.

      thx in advance for help

    • #23575

      You cannot have several schemas with same namespace and name in several asssmblies… (I mean .Net namespace of the schema).

      Or you change the namespace.. (.Net namespace).. Or you change namespace of your schema…

      People usualy change namespace of schema to contain version number there..  f.e.  http://www.endava.com/MyProject/Order/v.1.0.0.0

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.