I have also had such errors when using COM objects in general. I have not
been able to pinpoint exactly the cause, but it seems that using any COM
object in invisible mode ( setting the visible property to fasle) will
increase your chances of failure. You also may find that you simply will not
have enough room for some com objects. I don't think it has so much to do
with size but something to do with the way windows manages resources. If you
find that it works once then fails, that it may not be properly releasing
its memory addressess. Make sure to dereference and unlink the COM objects
after use.
my best guesses...
nothing more, nothing less
""Michael C"" <[EMAIL PROTECTED]> wrote in message
9blsvi$8vm$[EMAIL PROTECTED]">news:9blsvi$8vm$[EMAIL PROTECTED]...
> Ryan:
> Hey I am going to just say that I am curious myself now
> So that is why I am posting to this group
> Thanks
> Mike
>
>
>
>
>
>
> ""Conover, Ryan"" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > I am trying to use the excel Com on a win2k/IIS5/php4.0.4pl1 with Office
> 2K
> > SR-1. I keep getting the following error.
> >
> > Warning: Unable to obtain IDispatch interface for CLSID
> > {00020820-0000-0000-C000-000000000046}: Not enough storage is available
to
> > complete this operation. in c:\Inetpub\wwwroot/ComTest2.php on line 3
> >
> > Anyone know how to rectify this.
> >
> > Ryan Conover
> >
> >
> > --
> > PHP Windows Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail: [EMAIL PROTECTED]
> >
>
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]