XML to MPP ?????

D

dhaksh

Hi,
I am trying to convert a XML file (MS Project readble format)
into MPP file. It is not running.... But conversion from MPP to XML works
perfectly...
Plz help...

bye,
Kishore
code is as follows:
<%
Dim a
Set a= Server.CreateObject("MSProject.Application")
Dim objFSO
Set objFSO = Server.CreateObject("Scripting.FileSystemObject")
If objFSO.FileExists(Server.MapPath("uploaded\1.mpp")) Then
objFSO.DeleteFile Server.MapPath("uploaded\1.mpp")
End IF
a.FileOpen Server.MapPath ("uploaded" & "\" &
fileName),,,,,,,,,"MSProject.XML"
a.FileSaveAs Server.MapPath ("uploaded" & "\" & "1.mpp")
a.FileCloseAll
Response.write "File has been successfully converted..."
%>
 
D

dhaksh

HI,
There is no resonse from the server. It is running for so much of
time(infinitely).
that's it...
plz fix the issue..
bye,
dhaksh
 

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

Members online

No members online now.

Forum statistics

Threads
473,767
Messages
2,569,570
Members
45,045
Latest member
DRCM

Latest Threads

Top