Forums     Knowledge Base     OfficeWriter Online     
 
 
This documentation is for
OfficeWriter v3.8.1
.NET Platform

View Docs for Another
Version or Platform

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.

  1. Install SAWW3NET.dll in the Global Assembly Cache:

    1. Copy SAWW3NET.dll to C:\WINNT\Assembly.

  2. Register SAWWeCCW.dll:

    1. Open a command prompt window and move to the directory OfficeWriter\WordWriter. For example, enter cd OfficeWriter\WordWriter.

    2. Enter regsvr32 SAWW3CCW.dll. A dialog box will inform you that SAWW3CCW.dll registered successfully; click Ok.

    3. 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.