0

I tried adding an assembly level contract namespace so that both the contracts one at service and one at client level are part of one namespace. In the AssemlbyInfo.cs file , [assembly: ContractNamespace()] option is not available. .Net framework is 4.0. What could be the reason for this ?

gotqn
  • 42,737
  • 46
  • 157
  • 243
SunilA
  • 513
  • 8
  • 19

1 Answers1

0

The reference : using System.Runtime.Serialization was not included. Not a .Net framework issue. Silly Mistake:).

SunilA
  • 513
  • 8
  • 19