Run immediately MS Project when click to open xml file in ASP.Net

K

KhaNguyen

Hi All,

I want run immediately MS Office Project when I click a xml file in ASP.Net.
Or I want to create mpp file by programming.

Please help me.

Thanks/Kha.
 
R

Rod Gill

The only way is to associate .xml files with Project. However, this may
break another application that also uses xml on that server,

The xml file must conform to MS Project standards otherwise its data won't
get imported.

There is no way to create a .mpp file except by using automation on Project
and get Project to save the file.

--

Rod Gill
Microsoft MVP for Project - http://www.project-systems.co.nz

Author of the only book on Project VBA, see: http://www.projectvbabook.com




KhaNguyen said:
Hi All,

I want run immediately MS Office Project when I click a xml file in
ASP.Net.
Or I want to create mpp file by programming.

Please help me.

Thanks/Kha.

__________ Information from ESET Smart Security, version of virus
signature database 4707 (20091221) __________

The message was checked by ESET Smart Security.

http://www.eset.com

__________ Information from ESET Smart Security, version of virus signature database 4707 (20091221) __________

The message was checked by ESET Smart Security.

http://www.eset.com
 
K

KhaNguyen

Hi Rod,

Can I use COM components (Microsoft.Office.Interop.MSProject) to make .mpp
file or open .mpp/xml file in web applications ?

If this case can then do we can met security issue in web application when
using COMs?

Please help me and give me instructions.

Thanks/Kha.
 
R

Rod Gill

If you have MS Project installed on your server you can use automation to
control Project and create a .mpp. I don't know about opening in web
applications though.

--

Rod Gill
Microsoft MVP for Project - http://www.project-systems.co.nz

Author of the only book on Project VBA, see: http://www.projectvbabook.com




KhaNguyen said:
Hi Rod,

Can I use COM components (Microsoft.Office.Interop.MSProject) to make .mpp
file or open .mpp/xml file in web applications ?

If this case can then do we can met security issue in web application when
using COMs?

Please help me and give me instructions.

Thanks/Kha.



__________ Information from ESET Smart Security, version of virus
signature database 4710 (20091222) __________

The message was checked by ESET Smart Security.

http://www.eset.com

__________ Information from ESET Smart Security, version of virus signature database 4710 (20091222) __________

The message was checked by ESET Smart Security.

http://www.eset.com
 

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