Click here to Skip to main content
15,921,959 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Access server side data from client side Pin
dptalt13-May-09 7:23
dptalt13-May-09 7:23 
GeneralRe: Access server side data from client side Pin
dptalt14-May-09 3:44
dptalt14-May-09 3:44 
QuestionProblem with Compiling a WEb Setup Project Pin
Vimalsoft(Pty) Ltd13-May-09 5:10
professionalVimalsoft(Pty) Ltd13-May-09 5:10 
QuestionExcel Error System.Runtime.InteropServices.COMException: Exception from HRESULT: 0x800A03EC Pin
DotNetCoderJunior13-May-09 4:48
DotNetCoderJunior13-May-09 4:48 
AnswerRe: Excel Error System.Runtime.InteropServices.COMException: Exception from HRESULT: 0x800A03EC Pin
MidwestLimey13-May-09 5:38
professionalMidwestLimey13-May-09 5:38 
GeneralRe: Excel Error System.Runtime.InteropServices.COMException: Exception from HRESULT: 0x800A03EC Pin
DotNetCoderJunior13-May-09 20:07
DotNetCoderJunior13-May-09 20:07 
AnswerRe: Excel Error System.Runtime.InteropServices.COMException: Exception from HRESULT: 0x800A03EC Pin
moslem52228-Dec-10 19:35
moslem52228-Dec-10 19:35 
AnswerRe: Excel Error System.Runtime.InteropServices.COMException: Exception from HRESULT: 0x800A03EC Pin
Ramesh Swaminathan13-May-09 7:06
Ramesh Swaminathan13-May-09 7:06 
This error might be occured in different scenarios

(1) if you try to access the Excel cells which is not existis like Cells[-1,0].
(2) When you try to insert an Excel Worksheet before a worksheet and after another worksheet using the Sheets.Add() method
(3) When you write the content of a two dimentional array having some special chanracters like '=''%' in the array elements into some range of cells.

Check whether the above scenarios occured in the server side.

Also instead of using Microsoft.Office.Interop.Excel.ApplicationClass in your automation code, try to use
Microsoft.Office.Interop.Excel.Application class to create the Excel application instance.

Hope this will help you.
GeneralRe: Excel Error System.Runtime.InteropServices.COMException: Exception from HRESULT: 0x800A03EC Pin
DotNetCoderJunior13-May-09 20:29
DotNetCoderJunior13-May-09 20:29 
AnswerRe: Excel Error System.Runtime.InteropServices.COMException: Exception from HRESULT: 0x800A03EC Pin
sarang.c++28-Dec-11 19:39
sarang.c++28-Dec-11 19:39 
QuestionLoading Control along with Javascript on ajax Call Pin
Rizwan Bashir13-May-09 3:09
Rizwan Bashir13-May-09 3:09 
Questionworking with iis 7.0 Pin
aamirzada13-May-09 2:07
aamirzada13-May-09 2:07 
AnswerRe: working with iis 7.0 Pin
Abhijit Jana13-May-09 3:39
professionalAbhijit Jana13-May-09 3:39 
QuestionNeed help regarding Trust Level Error Pin
rockinkash13-May-09 1:56
rockinkash13-May-09 1:56 
AnswerRe: Need help regarding Trust Level Error Pin
logicaldna15-Jun-09 20:24
logicaldna15-Jun-09 20:24 
QuestionConfigure IIS in Windows server 2003 for ASP.NET2.0? Pin
Subin Alex13-May-09 1:42
Subin Alex13-May-09 1:42 
AnswerRe: Configure IIS in Windows server 2003 for ASP.NET2.0? Pin
saanj13-May-09 2:15
saanj13-May-09 2:15 
AnswerRe: Configure IIS in Windows server 2003 for ASP.NET2.0? Pin
Brian W King13-May-09 2:18
Brian W King13-May-09 2:18 
AnswerRe: Configure IIS in Windows server 2003 for ASP.NET2.0? Pin
Abhijit Jana13-May-09 3:45
professionalAbhijit Jana13-May-09 3:45 
QuestionVisual studio problem Pin
gottimukkala13-May-09 1:20
gottimukkala13-May-09 1:20 
AnswerRe: Visual studio problem Pin
Abhijit Jana13-May-09 1:39
professionalAbhijit Jana13-May-09 1:39 
GeneralRe: Visual studio problem Pin
gottimukkala13-May-09 1:42
gottimukkala13-May-09 1:42 
GeneralRe: Visual studio problem Pin
saanj13-May-09 2:23
saanj13-May-09 2:23 
GeneralRe: Visual studio problem Pin
gottimukkala13-May-09 2:31
gottimukkala13-May-09 2:31 
GeneralRe: Visual studio problem Pin
Abhijit Jana13-May-09 3:36
professionalAbhijit Jana13-May-09 3:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.