Sorry, I should have been more specific in my last post. I'm getting the error from my last post when I try to login to my site or am logged in and go to the update profile page.
Also, to give a little background on the update profile page, when you are logged in it pulls information like address, username, city, etc from the aspnet_Profile Table.
Since email is not stored in this table, I'm trying to have this code grab the registered email from aspnet_Membership table, and that's the part I'm stuck on.