J
Jake Ropar
I am trying to automate Project 2003 with and ASP/VB .NET Web App. I know
that this is not recommended, but it is required. The web application is
supposed to open an existing project .mpp file and then add task and resource
information, then save as a new file. The trigger is an ASP.NET web page
running VB.NET code behind. I have successfully done this on my development
machine, but when I deploy to the server, I keep getting the following error
"Server Execution Failed".
I have read all the support articles about permissions and I am running the
application impersonating an administrator account. It works fine local, but
not on the server. I checked the installation files and they are not
corrupt. Is there a permission or setting I am missing? Any suggestions
would be helpful. Below is the line of code that throws the error.
Dim oMSApp As New Microsoft.Office.Interop.MSProject.Application
that this is not recommended, but it is required. The web application is
supposed to open an existing project .mpp file and then add task and resource
information, then save as a new file. The trigger is an ASP.NET web page
running VB.NET code behind. I have successfully done this on my development
machine, but when I deploy to the server, I keep getting the following error
"Server Execution Failed".
I have read all the support articles about permissions and I am running the
application impersonating an administrator account. It works fine local, but
not on the server. I checked the installation files and they are not
corrupt. Is there a permission or setting I am missing? Any suggestions
would be helpful. Below is the line of code that throws the error.
Dim oMSApp As New Microsoft.Office.Interop.MSProject.Application