0
類型「System.NullReferenceException」的未處理的異常發生在sql.exe類型「System.NullReferenceException」的未處理的異常發生在sql.exe
其他信息:對象沒有設置爲一個對象的一個實例。
Dim imageData As Byte() = DirectCast(cmd.ExecuteScalar(), Byte())
If Not imageData Is Nothing Then
Using m1 As New MemoryStream(imageData, 0, imageData.Length)
m1.Write(imageData, 0, imageData.Length)
PictureBox1.BackgroundImage = Image.FromStream(m1, True)
End Using
end if
可能重複[什麼是NullReferenceException,我該如何解決它?](http://stackoverflow.com/questions/4660142/what-is-a-nullreferenceexception-and-how-doi-i-fix-它) – LarsTech 2014-11-07 00:19:33