ActiveX component can't create object Error number 429

A

Abhishek

I have created a VB based exe that runs perfectly when executed individually.
When I run that through a remote server using ASP.net based web service it
gives me this error

ActiveX component can't create object Error number 429

I have set all the DCOM settings and they work perfectly for another
automation which is being done through the Web service without using the EXE.

Please advice some solution since I am struck with this issue for a long
time now and my releases have got delayed due to this
 
C

Cindy M.

Hi =?Utf-8?B?QWJoaXNoZWs=?=,

Difficult to say without seeing the code line that's causing the error.

In a general sort of way, you get this error if you try to use
GetObject(, "Word.Application") (or Excel, or Powerpoint - doesn't matter) and
the application isn't already open and running.
I have created a VB based exe that runs perfectly when executed individually.
When I run that through a remote server using ASP.net based web service it
gives me this error

ActiveX component can't create object Error number 429

I have set all the DCOM settings and they work perfectly for another
automation which is being done through the Web service without using the EXE.

Please advice some solution since I am struck with this issue for a long
time now and my releases have got delayed due to this

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 17 2005)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or reply
in the newsgroup and not by e-mail :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top