Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > General .NET
|
General .NET For general discussion of MICROSOFT .NET topics that don't fall within any of the other .NET forum subcategories or .NET language forums.  If your question is specific to a language (C# or Visual Basic) or type of application (Windows Forms or ASP.Net) try an applicable forum category. ** PLEASE BE SPECIFIC WITH YOUR QUESTION ** When posting here, provide details regarding the Microsoft .NET language you are using and/or what type of application (Windows/Web Forms, etc) you are working in, if applicable to the question. This will help others answer the question without having to ask.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the General .NET section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 10th, 2004, 08:23 AM
Authorized User
 
Join Date: Jul 2004
Posts: 88
Thanks: 0
Thanked 0 Times in 0 Posts
Default Exporting chart to gif in asp.net

I have successfully created a chart through asp.net.
But on exporting it, i get an error:

Exception from HRESULT: 0x800401A8
Exception Details: System.Runtime.InteropServices.COMException: Exception from HRESULT: 0x800401A8.

Source Error:
Line 79: objchart.SetSourceData(excelwksheet.Range("a1:b" & row - 1), PlotBy:=2)
Line 80: objchart.Location(Where:=2, Name:="sheet1")
Line 81: objchart.Export("d:/inetpub/wwwroot/AprWithDB/images/Chart2" & sessionid & ".gif", Filtername:="GIF")
Line 82: excelObj.Visible = True
Line 83:

The error is fired on line81

Could anyone help!!!!
Any help would be highly appreciated.

:)Cheers..
Spacy
 
Old April 11th, 2005, 05:49 AM
Authorized User
 
Join Date: Jul 2004
Posts: 88
Thanks: 0
Thanked 0 Times in 0 Posts
Default

For those interested, the folder into which the chart is created needs to
be given full permissions for ASPNET account






Similar Threads
Thread Thread Starter Forum Replies Last Post
ASP.Net Moving Chart to Excel Sheet 2 sili18 General .NET 0 June 15th, 2007 12:39 PM
Exporting Crystal Reports to PDF using ASP.NET Gyto Crystal Reports 2 November 22nd, 2006 12:53 AM
Exporting owc chart to gif or jpeg formats sriram s General .NET 2 December 27th, 2004 12:39 AM
Convert JPG to GIF using ASP/VBScript bosboom Classic ASP Components 0 July 10th, 2003 02:45 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.