|
Browse by Tags
All Tags » exception » "Cannot access a closed Stream." ( RSS)
-
Once I populate MemoryStream I want to write it to database as a BLOB, my code looks like this: FileInfo exe = exel[0]; string path = exe.FullName; FileStream fs = new FileStream(path, FileMode.Open); BinaryReader br = new BinaryReader(fs); MemoryStream str = new MemoryStream(); using (ZipOutputStream...
Posted to
Forum
by
isnogood
on
09-03-2008
Filed under: exception, "Cannot access a closed Stream.", MemoryStream
Page 1 of 1 (1 items)
|
|
|