473,396 Members | 1,853 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,396 software developers and data experts.

COM failure (Interop PIA)

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();


Nov 13 '05 #1
2 3407
Well I am not familiar with the particular component. Do you think it might
be a permissions problem?

S.

"Alvin Bruney" <vapordan_spam_me_not@hotmail_no_spamhotmail.com > wrote in
message news:ef**************@tk2msftngp13.phx.gbl...
win2k is installed on the server, i'm running server 03. If you mean the
application, no it's the same application dll's on both machines. But this
whole thing also fails on a server03 webserver.

Do you have any ideas on how i should move forward with this cuz i am all
out of maccaroni. I've tried copying the interop dll's from my machine to
the server, re-registering them. no joy. uninstalled them from the gac,
reinstalled them. no joy. reinstalled the PIA's from MS website. no joy.
loaded VS studio .NET on the server. no joy. created a project that bombed
on the server. no joy. about the only thing i haven't tried is created a
setup and deployment project. Had created the registry keys on the
webserver. no joy. Have i missed something?
"Simon Trew" <ten.egnaro@werts> wrote in message
news:OZ**************@TK2MSFTNGP10.phx.gbl...
Is this CLSID a version-dependent CLSID? (I think so.) If so, is there a
different version of the s/w installed on the webserver?

S.

"Alvin Bruney" <vapordan_spam_me_not@hotmail_no_spamhotmail.com > wrote in
message news:Oe**************@TK2MSFTNGP10.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();



Nov 13 '05 #2
Glad to be of help (even if in a roundabout way)

S.

"Alvin Bruney" <vapordan_spam_me_not@hotmail_no_spamhotmail.com > wrote in
message news:#D**************@TK2MSFTNGP10.phx.gbl...
Simon,
i figured this one out after pulling a few teeth. it was something you said about wrong versions being used. I had to rig it by manually registering the owc10.dll on both machines to ensure that they were using the same dll. from there it was downhill.

thanks, i owe u big time.

"Simon Trew" <ten.egnaro@werts> wrote in message
news:#3*************@tk2msftngp13.phx.gbl...
Well I am not familiar with the particular component. Do you think it might
be a permissions problem?

S.

"Alvin Bruney" <vapordan_spam_me_not@hotmail_no_spamhotmail.com > wrote in
message news:ef**************@tk2msftngp13.phx.gbl...
win2k is installed on the server, i'm running server 03. If you mean the application, no it's the same application dll's on both machines. But this whole thing also fails on a server03 webserver.

Do you have any ideas on how i should move forward with this cuz i am all out of maccaroni. I've tried copying the interop dll's from my machine to the server, re-registering them. no joy. uninstalled them from the gac, reinstalled them. no joy. reinstalled the PIA's from MS website. no joy. loaded VS studio .NET on the server. no joy. created a project that bombed on the server. no joy. about the only thing i haven't tried is created a setup and deployment project. Had created the registry keys on the
webserver. no joy. Have i missed something?
"Simon Trew" <ten.egnaro@werts> wrote in message
news:OZ**************@TK2MSFTNGP10.phx.gbl...
> Is this CLSID a version-dependent CLSID? (I think so.) If so, is there a
> different version of the s/w installed on the webserver?
>
> S.
>
> "Alvin Bruney" <vapordan_spam_me_not@hotmail_no_spamhotmail.com >
wrote in
> message news:Oe**************@TK2MSFTNGP10.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();
> >
> >
> >
> >
>
>



Nov 13 '05 #3

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

Similar topics

8
by: Chango V. | last post by:
Hello, We seem to need a PIA for MSXML 4. According to the documentation, only the original publisher of a COM type library is supposed to create a .NET PIA. As far as I know, Microsoft hasn't...
0
by: keefah | last post by:
Hi, I'm writing a C# web app that uses Outlook to send email. I use a reference to the Microsoft Outlook 11.0 Object Library, but it's giving me problems. I tracked down some stuff on the Net...
3
by: Andrew | last post by:
Hello, friends, I wonder how can I sign Interop.SourceSafeTypeLib.dll a strong name and reference it from my own dll? (I am using C#.net). (Interop.SourceSafeTypeLib.dll is automaticall...
2
by: Steve B. | last post by:
For a simple local network (share) VS office application and project. Where should the registered PIA Office interop files be located and referenced from? Should they be located and referenced...
1
by: Steve B. | last post by:
Why does Office create a compile error when doing a Release compile but not when doing a Debug complie. Release compile is compiled to the network share drive - Excel Interop is added as a...
4
by: Irfan | last post by:
hi, Two questions, i dont know if the cause if these two problems is the same. 1. As soon as i Add->Reference -> Microsoft Excel 11.0 Object library. It gives an error 'The referenced...
8
by: Philip Wagenaar | last post by:
I need Interop.MAPI.dll for a project, but where can I find this file?
5
by: Yoavo | last post by:
Hi, In my application I have to use som external COM dll's. In the code: using MyDll when I build the project, I get (in addition to the .exe file) a Dll called Interop.MyDll.dll I want to...
0
by: frederick.the.fool | last post by:
I'm writing a project that does Visio automation. I'm writing it in C+ +/CLI because it needs to reference a good amount of native C++ code. One way to call the Visio API, of course, is to use...
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?
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.