Re: Need some urgent help with error message please...



Hi Kevin.

Thanks for your reply.
I use Office 2003 on my dev. PC, and my client PC use Office XP.
The web components I use are Microsoft Office Spread*** 11.0 and Microsoft
Office Chart 11.0.
When I look in my application's folder in the setup project, I see the that
following files are included:
AxInterop.OWC10.dll
AxInterop.OWC11.dll
Interop.OWC11.dll
OWC11.dll
So I guess they are all included in the .msi file that I use to install my
app.
I've installed the dll file as you instructed me and got the sccesssully
message, but when I run it I got the same problem.
I added an ex.ToString line in the Try...Catch block where I get the error,
and I got the following error message (attached).
what should I try now?

Thanks!
Tom Rahav.

"Kevin Yu [MSFT]" <v-kevy@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:$6sS3A8TFHA.388@xxxxxxxxxxxxxxxxxxxxxxxx
> Hi Tom,
>
> First of all, I would like to confirm my understanding of your issue. From
> your description, I understand that when you have installed OWC10.exe in
> your client machine, your app which references office web components
> throws
> exception which says "Class not registered". If there is any
> misunderstanding, please feel free to let me know.
>
> As far as I know, after installing the OWC10.exe, the OWC10.DLL should be
> registered automatically. Could you let me know which version of web
> components your app is using? Please make sure that it's Office XP(10) so
> that we're installing the correct version for OWC.
>
> You can try to reinstall the OWC10.exe. If it still doesn't work, here is
> workaround. Find OWC10.DLL and register it manually with regsvr32. The
> OWC10.DLL is under the following folder C:\Program Files\Common
> Files\Microsoft Shared\Web Components\10
>
> Use regsvr32 OWC10.DLL to register it.
>
> HTH.
>
> Kevin Yu
> =======
> "This posting is provided "AS IS" with no warranties, and confers no
> rights."
>


.