Microsoft JScript compilation error '800a03ec' Expected ';' |
This usually means you left an invalid character at the end of a line, e.g.:
There are a few other errors, typically involving Microsoft Office or custom / 3rd party objects.
Microsoft Excel error '800a03ec' Unable to set the LeftMargin property of the PageSetup class |
For information about this error, see
KB #184291.
Microsoft Office Web Components 9.0 error '800a03ec' The file <file>.gif could not be opened for export. |
This typically means a permissions problem ... make sure IUSR_MachineName has write permissions on the target folder.
<object> error '800a03ec' Method '~' of object '~' failed |
Here are some KB articles that might help with this error:
KB #158997,
KB #193339,
KB #253661,
KB #255986,
KB #255733,
KB #264701,
KB #270589,
KB #292744 And if you really want to automate Office from ASP, you should read
KB #257757.