0

I'm having trouble deploying some schemas:

I have assemblyA containing schemaA, assemblyB containing schemaB which references assemblyA and assemblyC containing schemaC and also referenceing assemblyA.

I can deploy asssemblyA fine and see schemaA in schemas in BizTalk Admin.

I can deploy EITHER assemblyB or assemblyC fine and see the corresponding schema in BizTalk admin.

If I try to deploy assemblyC when assemblyB is already deployed, then then assemblyB disappears from BizTalk admin along with its schema (and vice versa).

If I remove the reference to assemblyA from either B or C then I can deploy all three together just fine (but that reference is required in real case).

What am I doing wrong?

Dijkgraaf
  • 11,049
  • 17
  • 42
  • 54
felix
  • 11
  • 1

1 Answers1

1

To fix:

From Visual Studio Solution Explorer, select all the projects you want to deploy, right click and select 'Deploy Selection'.

felix
  • 11
  • 1