Automation Error when lanching IE from url path.

  • Thread starter Thread starter Sean Nakasone
  • Start date Start date
S

Sean Nakasone

Check this out!! Below are two different methods of starting our web
based application:

Method 1:
http://myserver/mypath
Method 2:
iexplore.exe http://myserver/mypath

The first method results in an error, 'Automation error... The object
invoked has disconnected from its clients.' The second method works fine.
Can someone explain to me what the difference is? I would like to get the
first method working because when people start our application, I don't
want them to have to include iexplore.exe . The error comes up when they
try to access a dbgrid table within the application. I also should
mention that the error only occurs when another IE window (doesn't matter
what site) already exists.
 
Sean Nakasone said:
Check this out!! Below are two different methods of starting our web
based application:

Method 1:
http://myserver/mypath
Method 2:
iexplore.exe http://myserver/mypath

The first method results in an error, 'Automation error... The object
invoked has disconnected from its clients.' The second method works fine.
Can someone explain to me what the difference is?


Use Fiddler2 to see what the difference is.


---
 
Back
Top