我正在使用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");
?>
当我运行它时,它会返回此错误,
这是我的视力信息,
- WAMP 服务器 2.5
- 阿帕奇 2.4.9
- PHP 5.5.12
- .NET 框架 4.6.1
怎么了。谁能帮我解决这个问题。