Flow of my application
Silverlight project --> WCf Service --> Facades-->Business Layer-->Database Layer
In the business layer I have the property with return type as enum.
but now while returning the list object form Wcf service into Silverlight page (xaml.cs) having enum in it,I got the list with the number of items but when I open it
its giving PropertyChanged as null
Any Solution?
Thanks in advance
-Pankaj
Hello Pankaj,
This sounds like a possible WCF serialization issue. Would it be possible for you to post a sample of this problem? So we can get a better understanding of what you are doing.