I am trying to reference schemas which are part of a BizTalk project in another BizTalk project which is not part of the same solution. I am referencing the source project by adding the source dll as a reference in my 'destination' project (i.e. 'Add Reference', 'Browse' point to the required biztalk schema assembly). However, when I look in the referenced assembly in object browser only a small subset of the schemas are available - none of the WCF generated schemas which form part of that project are visible.
Comparing the schema properties in the source project between the ones visible via object browser and those missing, they are all identical (other than File Name and Type Name) in that they all have the same Build Action (BtsCompile), all set as PropertySchema and all belong to the same namespace.
Does anyone have any suggestions around this please?