473,395 Members | 1,639 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

How do I open a MPP (microsoft project plan) file in asp.net?

Mel
Anyone know how to display a .mpp file in Asp.net? We use Microsoft
Project to create Gantt charts and we want the customer to be able to
view their their Gantt chart(s) online.

(using Asp.net 2.0, vb.net, Visual Studio Pro 2005, WinXP SP2)
Aug 4 '08 #1
5 3924
On Aug 4, 8:58*pm, Mel <MLights...@gmail.comwrote:
Anyone know how to display a .mpp file in Asp.net? *We use Microsoft
Project to create Gantt charts and we want the customer to be able to
view their their Gantt chart(s) online.

(using Asp.net 2.0, vb.net, Visual Studio Pro 2005, WinXP SP2)
MS Project has an option to export MPP to XML. XML would be quite easy
to read and use in your application. Of course you should always
export your projects to XML (or use XML as a project file, you can
open XML in MS Project too).
Aug 4 '08 #2
"Mel" <ML********@gmail.comwrote in message
news:0a**********************************@25g2000h sx.googlegroups.com...
Anyone know how to display a .mpp file in ASP.NET?
http://www.projectviewercentral.com/...iewer/web.html
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Aug 4 '08 #3
Mel
On Aug 4, 2:43 pm, "Mark Rae [MVP]" <m...@markNOSPAMrae.netwrote:
"Mel" <MLights...@gmail.comwrote in message

news:0a**********************************@25g2000h sx.googlegroups.com...
Anyone know how to display a .mpp file in ASP.NET?

http://www.projectviewercentral.com/...iewer/web.html

--
Mark Rae
ASP.NET MVPhttp://www.markrae.net
Thank you, I'll check that out.

We are planning on creating a macro that will create the MS project
file on the fly every time a date is changed in access database (the
table is ODBC linked table to our SQL Server). Once the project file
is created I can show that project file on the website. Sounds icky
right? Do you think it would be better to just add a control to the
web page that would read the data from the SQL server directly and
create the Gantt chart then and there. Has anyone ever used a Gantt
Chart control they can recommend?
Aug 4 '08 #4
"Mel" <ML********@gmail.comwrote in message
news:05**********************************@c65g2000 hsa.googlegroups.com...
Anyone know how to display a .mpp file in ASP.NET?

http://www.projectviewercentral.com/...iewer/web.html

We are planning on creating a macro that will create the MS project
file on the fly every time a date is changed in Access database (the
table is ODBC linked table to our SQL Server).
Ouch!
Once the project file is created I can show that project file on the
website.
Sounds icky right?
It most certainly does! Presumably there are good reasons for the convoluted
solution...
Do you think it would be better to just add a control to the web page that
would read the data from the SQL server directly and create the Gantt
chart
there and then?
Yes I do, but why reinvent the wheel...? Displaying project information in a
browser-based environment is such a common scenario that Microsoft have
already provided a solution... As is usual with very common requirements,
several 3rd-party solutions now also exist, like the one I recommended
above...
Has anyone ever used a Gantt Chart control they can recommend?
http://www.advsofteng.com/gallery_gantt.html
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Aug 4 '08 #5
Mel
On Aug 4, 3:14 pm, "Mark Rae [MVP]" <m...@markNOSPAMrae.netwrote:
"Mel" <MLights...@gmail.comwrote in message

news:05**********************************@c65g2000 hsa.googlegroups.com...
Anyone know how to display a .mpp file in ASP.NET?
>http://www.projectviewercentral.com/...iewer/web.html
We are planning on creating a macro that will create the MS project
file on the fly every time a date is changed in Access database (the
table is ODBC linked table to our SQL Server).

Ouch!
Once the project file is created I can show that project file on the
website.
Sounds icky right?

It most certainly does! Presumably there are good reasons for the convoluted
solution...
Do you think it would be better to just add a control to the web page that
would read the data from the SQL server directly and create the Gantt
chart
there and then?

Yes I do, but why reinvent the wheel...? Displaying project information in a
browser-based environment is such a common scenario that Microsoft have
already provided a solution... As is usual with very common requirements,
several 3rd-party solutions now also exist, like the one I recommended
above...
Has anyone ever used a Gantt Chart control they can recommend?

http://www.advsofteng.com/gallery_gantt.html

--
Mark Rae
ASP.NET MVPhttp://www.markrae.net
Can anyone recommend a Gantt Chart control that contains dependency
information?
(By Dependency I mean one task can't start until another is finished.)
Aug 13 '08 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: user mysql | last post by:
HELLO FRIENDS. HERE A FANTASTIC NEWS FOR MYSQL WINDOWS USER. READE THIS. The article is grab from www/internetnews/com/ DO YOU THINK THAT IS A GOOD NEWS ? ...
2
by: Robert | last post by:
Ref. Windows 2000 proffessional 5.00.2195 Service pack 4 Internet explorer 6.0.2800.1106 Visual basic .NET Standard 2003 MSDN library for Visual Studio .NET 2003 Microsoft Data Access Component...
55
by: Steve Jorgensen | last post by:
In a recent thread, RKC (correctly, I believe), took issue with my use of multiple parameters in a Property Let procedure to pass dimensional arguments on the basis that, although it works, it's...
8
by: Kenneth P | last post by:
Hi, I've had a hd crash (with proper data backup) and I wonder what way would be the best way to set up an old project with all code from a backup hd in a new vs.net2003 environment? TIA ...
3
by: alan_coffman2004 | last post by:
Opening an ASP.NET VS2002 project in VS2003, am getting this error: "Unable to open Web project 'MyProject'. The file path 'c:\inetpub\wwwroot\MyProject' does not correspond to the URL...
7
by: Jed | last post by:
I am trying to open web project in VS 2003 using the File Share method. VS is running on XP Pro (Host) and I am accessing the root web of an XP Pro install on Virtual PC (Server) running on the...
4
by: g4356 | last post by:
Hi, A new baby question: I downloaded a dot net project and saved it to my local disk. When I tried to open this project, a message popped up: "Unable to open web project "test/myfirstweb"/ The...
5
by: Yoshitha | last post by:
Hi I am developing a C#.Net windows application for my project. In that project I have an IDE to work on. The application is similar to Adobe Photoshop. My requirement is as follows. 1) I must...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.