SharpDevelop Community

Get your problems solved!
Welcome to SharpDevelop Community Sign in | Join | Help
in Search

Browse by Tags

All Tags » exception » "Cannot access a closed Stream." (RSS)
  • Working with MemoryStream

    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)
Powered by Community Server (Commercial Edition), by Telligent Systems
Don't contact us via this (fleischfalle@alphasierrapapa.com) email address.