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 ?
Asked
Active
Viewed 194 times
1 Answers
0
The reference : using System.Runtime.Serialization was not included. Not a .Net framework issue. Silly Mistake:).

SunilA
- 513
- 8
- 19