0
我正在使用Aspose API,.NET Components
平臺Aspose.Words for .NET
產品。致命錯誤:在Aspose中未捕獲異常'com_exception'
這裏是我的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
- 的Apache 2.4.9
- PHP 5.5.12
- 的.NET Framework 4.6.1
什麼是錯的。任何人都可以幫助我解決這個問題。
謝謝。我已經解決了這個問題。 – Ashan