Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
445
List having enum giving null in xaml.cs page
posted

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

  • 350
    posted

    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.