Dim s As New MembershipUser
s.ChangePasswordQuestionAndAnswer( . . . )
Change it through the above only.
The answer in the database is encrypted. You must know and apply the same encryption (impossible), else at the retrieval of the passwordAnswer, the app will crach (the de-cryption willl fail)