OWC 11 Installation

L

LukeyDuke

Hi there,

I am at my wits end here. I have installed OWC version 11 on my web server
and it still will only display OWC version 9 controls. Is there an additional
step I need to make before this will work? Any ideas?

Thanks a million.

Luke
 
A

Alvin Bruney - ASP.NET MVP

Firstly, unregister the owc9 dll
regsvr32 /u (or -u i forget exactly) owc9.dll
then register owc11.dll
regsvr32 owc11.dll

That will fix it, otherwise you have another issue in your code.

--
Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top