- You create a BizTalk Server project and you specify a default assembly namespace, such as XXX.YYY.
Note The namespace is case-sensitive. - You add a reference to an assembly in the project.
- You use a property schema from the referenced assembly to promote properties as property fields. You specify a schema namespace, such as YYY.ZZZ.
Note The first part of the schema namespace, YYY, is a substring of the default assembly namespace, XXX.YYY. - You try to build the BizTalk Server project.
The type or namespace name '<schema name>' does not exist in the namespace '<namespace>' (are you missing an assembly reference?)
- You create a BizTalk Server project.
- You specify the default assembly namespace as the following: BTS.EDI.Schema
- You add a reference to the Microsoft.BizTalk.Edi.BaseArtifacts.dll assembly in the project.
Note The Microsoft.BizTalk.Edi.BaseArtifacts.dll assembly is located in the installation folder of BizTalk Server. Usually, this location resembles the following:<drive>:\Program Files\Microsoft BizTalk Server 2006 - You use the EDI.PropertySchema property schema from the Microsoft.BizTalk.Edi.BaseArtifacts.dll assembly to promote properties as property fields.
Note The first part of EDI.PropertySchema namespace, EDI, is a substring of the default assembly namespace, BTS.EDI.Schema. - You try to build the BizTalk Server project.
The type or namespace name 'PropertySchema' does not exist in the namespace 'BTS.EDI' (are you missing an assembly reference?)