DistinguishedFieldAttribute – Assembly ref missing error

Home Page Forums BizTalk 2004 – BizTalk 2010 DistinguishedFieldAttribute – Assembly ref missing error

Viewing 1 reply thread
  • Author
    Posts
    • #15207

      Hi,

      I have created a c# class lib which has the attribute [DistinguishedFieldAttribute]. I have added

      using Microsoft.XLANGs.BaseTypes;

      I beleive I miss some assembly reference. Can any one help me out.

      [Err]

      The type or namespace name ‘XLANGs’ does not exist in the namespace ‘Microsoft’ (are you missing an assembly reference?)

      The type or namespace name ‘DistinguishedFieldAttribute’ could not be found (are you missing a using directive or an assembly reference?)

      [/Err]

    • #15206

      You’ll need to add a reference to Microsoft.XLANGs.BaseTypes.dll.

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