V
Vishwa Kalyan
I m having tough time to figure out the following error which has surfaced
when i deployed my C#.net code on a 64-bit server.
"System.Runtime.InteropServices.COMException (0x80040154): Retrieving the
COM class factory for component with CLSID
{0002E55D-0000-0000-C000-000000000046} failed due to the following error:
80040154"
when i explored futher on the error message and searched the registry, i
found that CLSID {0002E55D-0000-0000-C000-000000000046} refers to owc
ChartSpace class and my application is unable to create an object for this
ChartSpace class.
I tried re-installing office web components, re-registering the owcc11 dll
and checked the permissions for all the registry keys of office web
components. But i had no luck in finding a solution for the issue.
Everything works fine on 32bit servers, but not on a 64bit. How do i get
away with this error. Please help me out.
Thanks in Advance,
Vishwa Kalyan.
when i deployed my C#.net code on a 64-bit server.
"System.Runtime.InteropServices.COMException (0x80040154): Retrieving the
COM class factory for component with CLSID
{0002E55D-0000-0000-C000-000000000046} failed due to the following error:
80040154"
when i explored futher on the error message and searched the registry, i
found that CLSID {0002E55D-0000-0000-C000-000000000046} refers to owc
ChartSpace class and my application is unable to create an object for this
ChartSpace class.
I tried re-installing office web components, re-registering the owcc11 dll
and checked the permissions for all the registry keys of office web
components. But i had no luck in finding a solution for the issue.
Everything works fine on 32bit servers, but not on a 64bit. How do i get
away with this error. Please help me out.
Thanks in Advance,
Vishwa Kalyan.