Fatal error: Uncaught exception 'com_exception' in Aspose
Fatal error: Uncaught exception 'com_exception' in Aspose
我正在使用 Aspose API、.NET Components
平台 Aspose.Words for .NET
产品。
这是我的 test.php
代码,
<?php
//this is working correctly
$word = new COM("word.application");
//return error in here
$helper = new COM("Aspose.Words.ComHelper");
$builder = new COM("Aspose.Words.DocumentBuilder");
$license = new COM("Aspose.Words.License");
?>
当我 运行 这是 return 这个错误,
这是我的视力信息,
- WAMP 服务器 2.5
- 阿帕奇 2.4.9
- PHP 5.5.12
- .NET Framework 4.6.1
怎么了。谁能帮我解决这个问题。
请阅读以下文章以使用 PHP 和 Aspose.Words。
您可以配置 PHP 以使用 COM。请参阅 http://www.php.net/manual/en/book.com.php for more information. Also please read Using Aspose.Words for .NET via COM Interop。
我在 Aspose 工作,担任开发人员布道师。
我正在使用 Aspose API、.NET Components
平台 Aspose.Words for .NET
产品。
这是我的 test.php
代码,
<?php
//this is working correctly
$word = new COM("word.application");
//return error in here
$helper = new COM("Aspose.Words.ComHelper");
$builder = new COM("Aspose.Words.DocumentBuilder");
$license = new COM("Aspose.Words.License");
?>
当我 运行 这是 return 这个错误,
这是我的视力信息,
- WAMP 服务器 2.5
- 阿帕奇 2.4.9
- PHP 5.5.12
- .NET Framework 4.6.1
怎么了。谁能帮我解决这个问题。
请阅读以下文章以使用 PHP 和 Aspose.Words。
您可以配置 PHP 以使用 COM。请参阅 http://www.php.net/manual/en/book.com.php for more information. Also please read Using Aspose.Words for .NET via COM Interop。
我在 Aspose 工作,担任开发人员布道师。