C#打开图片问题.....
if(dstOther.Tables[0].Rows[0][7] != System.DBNull.Value )
{
this.ImageCount=(Byte[])dstOther.Tables[0].Rows[0][7];
if(this.ImageCount!=null)
{
System.IO.MemoryStream Ms = new MemoryStream(this.ImageCount);
Ms.Write(this.ImageCount,0,this.ImageCount.Length);