Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Office PIA bomb out

    COM object with CLSID {0002E556-0000-0000-C000-000000000046} is either not
    valid or not registered.
    This is coming from the webserver. I've downloaded the office PIA's. Used
    the register.bat. I'm stump as to what to do next. The structure of the
    registry folder is different from what my machine looks like. I have 13 sub
    folders under this object, the webserver only has one. This CLSID belongs to
    the chartspace object. The only difference i can see between the two
    machines is that my own runs studio, the webserver does not. I've
    uninstalled and re-isntalled.
    no joy.

    This is the code failing:
    OWC10.ChartSpace objCSpace = new OWC10.ChartSpace();



    Alvin Bruney Guest

  2. Similar Questions and Discussions

    1. ACROBATE 5.0 & OFFICE XP
      Acrobat Distiller works fine - I can print to it in Word. However all MS Office apps I can not seem to get the pdfmaker to work. I have deleted the...
    2. String after // is causing script to bomb
      Hi All, I have the following comment in one of my lines of code: // a processing instruction like <?php return "Hello, world!"; ?> somewhere...
    3. ><Bomb>Question?<Bomb><
      Does any one know where to find any good places that mak good message boards Www.gamers.com www.suddenlaunch.com www.Proboards.com ...
    4. Xl office xp
      Would anyone here know if excel office xp can query a Filemaker Pro database on a Mac? Thanks Jim
    5. office on xp
      I am at a loss. I bought a computer from Gateway, who have been singularly unhelpful. It does not support the programs I specifically told them I...
  3. #2

    Default Re: Office PIA bomb out

    sorry posted this to the wrong group
    "Alvin Bruney" <vapordan_spam_me_not@hotmail_no_spamhotmail.com > wrote in
    message news:erRZviOSDHA.3700@tk2msftngp13.phx.gbl...
    > COM object with CLSID {0002E556-0000-0000-C000-000000000046} is either not
    > valid or not registered.
    > This is coming from the webserver. I've downloaded the office PIA's. Used
    > the register.bat. I'm stump as to what to do next. The structure of the
    > registry folder is different from what my machine looks like. I have 13
    sub
    > folders under this object, the webserver only has one. This CLSID belongs
    to
    > the chartspace object. The only difference i can see between the two
    > machines is that my own runs studio, the webserver does not. I've
    > uninstalled and re-isntalled.
    > no joy.
    >
    > This is the code failing:
    > OWC10.ChartSpace objCSpace = new OWC10.ChartSpace();
    >
    >
    >

    Alvin Bruney 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