I was trying to implement a code found on , but that doesn't work .
My code is : mediaStateTextBlock.Text = m.CurrentState.ToString();
It says MediaElement doesn't contain definition for CurrentState
Can anyone please tell me what is the problem ?
Update : Still problem is not solved .