Re: The process cannot access the file 'xxx' because it is being used by another process.

  •  10-01-2008, 2:13 PM

    Re: The process cannot access the file 'xxx' because it is being used by another process.

    Hi Adam,
     
    It is interesting, in that last post I was reading into a byte[].
     
    I was doing the following which still caused that same error...
     
     
    using (Stream stream = args.OpenStream())
    {
       Document doc = new Document(stream);
       tbRadContent.Html += ConvertWordDocToHtml(doc);
    }
     
    Am I to understand that the stream from the uploader object shouldn't be used directly?
     
    Thanks!

    Regards,

    Moe
View Complete Thread