How to deploy my web application with Office Component Toolpack?

E

emmanuel

I was developed a web application with *Office Component Toolpack * t
implement the pivot cell coloring, but when u deploy it to othe
computer without Office Component Toolpack installed , it raise erro
and unable to perform cell coloring function and some other functio
...
can any one tell me what are the requirement of deploy my application
without install the "Office Component Toolpack" because it require M
office
 
A

Alvin Bruney - ASP.NET MVP

You only need the behavior file (*.htc) on the client. Ofcourse, the client
will need the OWC and a licensed copy of Office because cell coloring
necessarily implies interactivity.

--
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
 
E

emmanuel

Thank you for your answer. The "client" you mean is the client's we
server or client computer (IE Browser)?
or both side also need MS Office?
Got any other way to to implement pivot table cell coloring
 
A

Alvin Bruney - ASP.NET MVP

the client is the client browser running on the client machine.
The only legal way to do this is to follow the guidelines giving in the
previous thread.

--
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
 
E

emmanuel

ok, but i tried run my application on client computer have MSoffice
but the cell coloring still unable to run, untill i install the *Offic
Component Toolpack * too, is that necessary?or miss anything during m
deployment
 
E

emmanuel

i found that the client side need to install a required a dll file t
enable the cell coloring function , i try to let user instal
redistributable CAB (otphelp.cab) that included with the Toolpack, wit
follow code :
document.all.PivotTable.ColorCodeBase = "PivotAddIn/otphelp.cab";
but it did't work, user unable to download the CAB file to install.
i try to register the by "regsvr32 /u OWCPivotFormat.dll" on clien
mechine, so finally it work. What's wrong
 

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