MS Project object creation failure.

H

Harish Siripuram

Hi All

We have developed a small component in Visual Basic (.dll) which uses
MSPROG.olb as reference. Using this library we are creating a MS Project
file (.mpp). Here we are using the progID "MSProject.Application" for
creating a MSProject object. The solution was working fine as long as it is
in Windows 2000 prof. When we have deployed the solution on Win 2003 Server
it has stopped working. It throws an error
Error No: 429
Description: ActiveX component cannot create object

We have user CreateObject ("MSProject.Application") & also tried the
following options

Dim objPrj as MSProject.Application
OR
Dim objPrj as New MSProject.Application

As a part of debuging we have tried with all the options, but till now there
is no progress. Can someone please help me out on this.

The server has both Project Server 2003 & Project Professional 2003.

Deployment Environment:
OS: Win 2003 Server
MS Project Server 2003
MS Project Professoinal 2003.


Thank You

Harish S
 

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