Open Microsoft Project Files Using ASP and COM

Ask a Question related to ASP Components, Design and Development.

  1. #1

    Default Open Microsoft Project Files Using ASP and COM

    I need to read a couple of Microsoft Project 2000 files and display some of
    the data within via ASP.

    I have searched Google, Forums and this (and other) newsgroups but cannot
    find any examples of getting at Project via ASP and COM.

    Does anyone have any links they could share with me or maybe even a small
    bit of code?

    Cheers,

    Carl


    Carl Revell Guest

  2. Similar Questions and Discussions

    1. open project disappears when moved
      I run Illustrator (CS) on a dual monitor PC with my workspace on one monitor and my tools on the other. When I open up a project, I can see it until...
    2. PDFMaker and Microsoft Project 2003
      I have Acrobat 6.0.1. When I use the toolbar icon from with Project 2003 to convert to PDF it does the following things (in this order) 1)...
    3. Microsoft Project files???
      I have some Microsoft Project files that I would like to (at least) view on my Mac. I'm running latest OSX and am willing to purchase software, but...
    4. Help:Could not open web .application project
      I an facinga strange problem. When I try to open any of my web application project I get a Web Access Denied MEssage saying that. the wwwroot is...
    5. Microsoft Project Plan integration with ASP
      I am developing a program where I want to integrate Microsoft Projectplan with my WEB Site so that I can use them to manage Project Plan...
  3. #2

    Default Re: Open Microsoft Project Files Using ASP and COM

    After a bit more searching I came across this article
    ([url]http://216.239.51.104/search?q=cache:I7vJhZSUWFQJ:www.microsoft.com/technet[/url]
    /prodtechnol/project/project2000/maintain/prjoledb.asp+ms+project+oledb+prov
    ider&hl=en&lr=lang_en&ie=UTF-8)

    This explains how to use the OLEDB Provider for Project 2000 to perform
    SQL-like queries on the data within a .mpp file.

    Ten minutes later, I had the bare bones of the system I was after.
    Excellent.

    "Carl Revell" <carl.revell@aylnews.no.spam.com> wrote in message
    news:e%23n%237o4RDHA.2332@TK2MSFTNGP10.phx.gbl...
    > I need to read a couple of Microsoft Project 2000 files and display some
    of
    > the data within via ASP.
    >
    > I have searched Google, Forums and this (and other) newsgroups but cannot
    > find any examples of getting at Project via ASP and COM.
    >
    > Does anyone have any links they could share with me or maybe even a small
    > bit of code?
    >
    > Cheers,
    >
    > Carl
    >
    >

    Carl Revell Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139