ASP Installation |
 |
WordWriter.dll and collections.dll are .NET assemblies. WordWriter
also includes a COM callable wrapper (CCW) that allows to use the .NET
WordTemplate object from ASP.
The assemblies must be installed in the Global Assembly Cache (GAC) to
allow the CCW to work. Therefore, WordWriter automatically installs the
assemblies in the GAC. If you removed the assemblies from the GAC, you must
reinstall them in the GAC to use WordWriter in ASP.
- Install WordWriter.dll and collections.dll in the Global Assembly Cache:
- Copy WordWriter.dll to C:\WINNT\Assembly.
- Copy collections.dll to C:\WINNT\Assembly.
- Register WordWriterCOM.dll:
- Open a command prompt window and move to the directory WordWriter\doc-samples\bin.
For example, enter cd WordWriter\doc-samples\bin.
- Enter regsvr32 WordWriterCOM.dll. A dialog box will
inform you that WordWriterCOM.dll registered successfully; click Ok.
- Enter iisreset to reset IIS.
| The CCW (WordWriterCOM.dll) is a COM object that makes internal calls to the WordWriter
.NET assembly. Therefore, to use WordWriter in ASP, all of the
system requirements for running WordWriter in ASP.NET must be
satisfied. |
Copyright © 2003, SoftArtisans, Inc.