After installing the following Microsoft update on Windows 2003:
KB937143 (security bulletin MS07-045)
The WordTemplate object fails to instantiate in classic ASP with the following error:
Server object error 'ASP 0177 : 8000ffff'
Server.CreateObject Failed
It appears that something in this Microsoft hotfix has affected the .NET/COM interoperability which is being used by our SAWW3CCW.dll which includes a COM Wrapper around the pure .NET WordTemplate object.
WordWriter ships with two dlls: the SAWW3NET.dll which is a pure managed assembly that includes the .NET WordApplication and the .NET WordTemplate objects, and the SAWW3CCW.dll which includes a COM Callable Wrapper around the .NET WordTemplate object. This wrapper allows using the .NET WordTemplate object from ASP/COM.
After installing the MS07-045 update, which is a security patch for Internet Explorer, the WordTemplate object begins failing to instantiate in classic ASP.
Note:This hotfix does not affect any .NET applications that use WordWriter. It has only affected the use of the WordTemplate object from classic ASP code via COM Interop.
|