|
Installation
> ASP Installation
ASP Installation
SAWW3NET.dll is a .NET assembly. WordWriter
also includes SAWW3CCW.dll, a COM callable wrapper (CCW) that allows you to use the .NET
WordTemplate object from ASP.
The assembly must be installed in the Global Assembly Cache (GAC) to
allow the CCW to work. Therefore, WordWriter automatically installs the
SAWW3NET.dll in the GAC. If you removed the assembly from the GAC, you must
reinstall it in the GAC to use WordWriter in ASP.
- Install SAWW3NET.dll in the Global Assembly Cache:
- Copy SAWW3NET.dll to C:\WINNT\Assembly.
- Register SAWWeCCW.dll:
- Open a command prompt window and move to the directory OfficeWriter\WordWriter.
For example, enter
cd OfficeWriter\WordWriter.
- Enter
regsvr32 SAWW3CCW.dll. A dialog box will
inform you that SAWW3CCW.dll registered successfully; click Ok.
- Enter
iisreset to reset IIS.
| The CCW (SAWW3CCW.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 2007 © SoftArtisans, Inc. All Rights Reserved.
|