Bhavin Sanghvi
May 22nd, 2001, 08:23 AM
Hi All,
I am trapped in serious problem,,,can anyone help me out to resolve it...
I developed a simple application using VB6-sp4, which contains a COM running on MTS (equivalent of ActiveX.exe server)
and a client component. The client instantiates the server
component using CreateObject. The application runs just fine when both
client and server components are on the same machine and even when Server and Client is connected via LAN, But when I am using the same client machine to connect to server using WEB (not via LAN) (client is connected to WEB using dialup connection and Server has static valid IP address...NB: I can ping the server from client when I am on the web...) and try to run, I get the
following error.
Runtime Error:
-2147022986 (80070776)
Automation Error
The object exporter specified was not found.
I can see the Server component is activated (it shows rotating in window) in MTS explorer window....that means request is coming to server but something is wrong after that....
I tried to use different protocols (with help of using clireg32.exe) ...but no result...
Please help me if you have a clue as to what is wrong with my App....
Many Thanks....Bhavin.
Please mail me at earliest...
(1910 : OR_INVALID_OXID ) The object exporter specified was not found : Solution pl.
I am trapped in serious problem,,,can anyone help me out to resolve it...
I developed a simple application using VB6-sp4, which contains a COM running on MTS (equivalent of ActiveX.exe server)
and a client component. The client instantiates the server
component using CreateObject. The application runs just fine when both
client and server components are on the same machine and even when Server and Client is connected via LAN, But when I am using the same client machine to connect to server using WEB (not via LAN) (client is connected to WEB using dialup connection and Server has static valid IP address...NB: I can ping the server from client when I am on the web...) and try to run, I get the
following error.
Runtime Error:
-2147022986 (80070776)
Automation Error
The object exporter specified was not found.
I can see the Server component is activated (it shows rotating in window) in MTS explorer window....that means request is coming to server but something is wrong after that....
I tried to use different protocols (with help of using clireg32.exe) ...but no result...
Please help me if you have a clue as to what is wrong with my App....
Many Thanks....Bhavin.
Please mail me at earliest...
(1910 : OR_INVALID_OXID ) The object exporter specified was not found : Solution pl.