User2068891794 posted
In my avatarImageFetch.ashx,
connection.Open()
Dim d As Byte() = CType(command.ExecuteScalar(), Byte())
output.Write(d, 0, d.Length)
connection.Close()
when i log in and try to update an avatar image which has format .jpg the output line above gives the following error.
Object reference not set to an instance of an object.
Any body got any ideas? This seems to be the only problem I have.