Common Problems with rendering Bitmaps into ASP.NET OutputStream

Posted by: Rick Strahls WebLog, on 20 Oct 2006 | View original | Bookmarked: 0 time(s)

Raise your hand if youve loaded an image from a Resource (or a BLOB database field):   Bitmap bm2 = this.GetGlobalResourceObject("Resources", "_BitMap") as Bitmap; Response.ContentType = "image/jpeg"; bm2.Save(Response.OutputStream, ImageFormat.Jpeg); Response.End();   and finding out that you cant save the image! You get a not so happy error: A generic error occurred in GDI+. Description: An unhandled exception occurred during the execution of the current web request. Please review the...

Advertisement
Free Agile Project Management Tool from Telerik
TeamPulse Community Edition helps your team effectively capture requirements, manage project plans, assign and track work, and most importantly, be continually connected with each other.
Category: ASP.NET | Other Posts: View all posts by this blogger | Report as irrelevant | View bloggers stats | Views: 2968 | Hits: 167

Similar Posts

  • Creating CSS Friendly Websites with ASP.NET 2.0 more

News Categories

.NET | Agile | Ajax | Architecture | ASP.NET | BizTalk | C# | Certification | Data | DataGrid | DataSet | Debugger | DotNetNuke | Events | GridView | IIS | Indigo | JavaScript | Mobile | Mono | Patterns and Practices | Performance | Podcast | Refactor | Regex | Security | Sharepoint | Silverlight | Smart Client Applications | Software | SQL | VB.NET | Visual Studio | W3 | WCF | WinFx | WPF | WSE | XAML | XLinq | XML | XSD