
January 11th, 2002, 02:05 AM
|
|
Contributing User
|
|
Join Date: Dec 2002
Posts: 14,578
  
Time spent in forums: < 1 sec
Reputation Power: 22
|
|
|
Start Office applications from ASP.NET
Originally posted by : Jennifer Morgret (jmorgret@tecolote.com)I need to launch MSProject from within my ASP.NET application. I want it to be visible to my users. I have not been able to do this using:dim oMSP as MSProject.ApplicationoMSP = CreateObject("MSProject.Application")oMSP.Visible = Trueas recommended by the Microsoft examples. This exact code works fine for me in VB.NET Windows applications but not in ASP.NET applications.Does anyone know any tricks to get this to work?Thanks,Jennifer
|