> >> How are you trying to get your Excel instance. What makes you think you
> >> are
[quoted text clipped - 53 lines]
>
> - Show quoted text -
A couple things can cause this chiefly that the Excel object isn't correctly
registered. It will usually throw a null reference object, but I have seen
it throw exceptions related to permissions access. Secondly, your ASP.NET
application runs least privilege meaning that your worker process trying
automate Excel may not have sufficient permission. You can determine which
of the two is the issue by turning CAS off at a command prompt (cas -s off)
and running the application. If it works, bump your worker process
permissions up a notch. If it still fails, go register the Excel object.
I don't suspect this is a PIA issue but it may be solved by installing the
PIAs again, which would point to registration issue.

Signature
Regards,
Alvin Bruney
------------------------------------------------------
Shameless Author Plug
OWC Black Book 2nd Edition
Exclusively on www.lulu.com/owc
$24.99
>> >> How are you trying to get your Excel instance. What makes you think
>> >> you
[quoted text clipped - 61 lines]
> Thanks Scott, I'll take a look - have to admit I know nada about DCOM,
> hence my naivety!