I've tried it review images through GetProfileImageStream Next CODE
pic.Image = User.GetProfileImageStream(user, ImageSize.bigger);
In the language C# form !! out error
Severity Code Description Project File Line Suppression State
Error CS0029 Cannot implicitly convert type'System.IO.Stream'
to'System.Drawing.Image'
What is the problem? Thank
I know this is an old question but here is my solution I used to display my profile photo inside a button icon.