I am using icsharpziplib dll for zipping sharepoint files using c# in asp.net When i open the output.zip file, it is showing \"zip file is either corrupted or damaged\".
I am getting the message \"Stream was not readable\" on the statement: using (StreamReader sr = new StreamReader(ms))
I am writing a program to attach a file to email. Currently I am saving file using FileStream into disk, and then I use
Attempting to create a PDF from a Crystal Report file in C# using the Crystal Report API (version 13) - The API requires that the Crystal Report file be passed in as a file. I currently have the repor
I want to create a memory stream which contains int32, int16, single values. Using binarywriter is useless so i tried to make bytes array. Because values are in different types, I don\'t know how to d
I am stuck up in a place. I am reading a flv file from a URL. I am reading this to a Stream and then writing this Stream to a MemoryStream in a loop. When the code comes out of the loop, I am writing
I have an ususual problem with my attachment memorystream on a VB.net project. I am calling a shared member (SendMail) passing in a customer object and a memorystream of a file to be sent as a开发者_如
In a ValueConverter, I was trying to convert a System.Data.Linq.Binary (SQL CE image) to a BitmapImage. This method works (image is show correctly on the form):
I\'ve got to following function which is called to change the resolution of an image. I want to do this so uploaded image with for example 300dpi will be modified to 72dpi (for web). This question is
I\'ll try to create an zip file with the DotNetZip-Libary with 106 Images (675MB) with the following code: