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