2016-03-23 124 views
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"); 
?> 

當我運行這個它返回此錯誤,

enter image description here

這裏是我的視覺信息,

  • WAMP服務器2.5
  • 的Apache 2.4.9
  • PHP 5.5.12
  • 的.NET Framework 4.6.1

什麼是錯的。任何人都可以幫助我解決這個問題。

回答

相關問題