【发布时间】:2010-09-18 06:42:30
【问题描述】:
有没有人设法让 PDFCreator 在 ASP.NET 2.0 网站上运行?
在我的带有 Visual Studio 网络服务器的开发机器上,按照以下步骤运行就可以了:
- 使用 tlbimp 创建一个 com 互操作 dll
- 引用这个 dll
- 编写一些代码来使用它
但是,当我将它部署到我们的测试服务器时,它却因以下错误而惨遭失败:
Retrieving the COM class factory for component with CLSID {082391C9-8188-4364-B4FD-66A1524B2097} failed due to the following error: 80070005.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.UnauthorizedAccessException: Retrieving the COM class factory for component with CLSID {082391C9-8188-4364-B4FD-66A1524B2097} failed due to the following error: 80070005.
我在 DCOMCNFG.msc 中找不到这个组件。
我们的服务器配置:
- Windows 2003
- Asp.net 2.0
- MS Office XP
- PDFCreator 0.9.0
【问题讨论】: