My asp.net application seems to hang when trying to insert a picture. The webpage just kind of keeps loading and loading and then freezes.
This is the code:
Code:
System.Drawing.Image originalBitmap = System.Drawing.Image.FromFile(picFile, true); eWorksheet.Shapes.AddPicture(picFile, Microsoft.Office.Core.MsoTriState.msoFalse, Microsoft.Office.Core.MsoTriState.msoCTrue, 370, 100,
Leave a comment: