2016-03-23 22 views
0
numaralı telefona getirilen istisna dışı 'com_exception'

Aspose API, .NET Components platform Aspose.Words for .NET ürünüyle çalışıyorum. İşteÖnemli Hata: Aspose

benim test.php kodu ben bu çalıştırdığınızda

<?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"); 
?> 

bu hatayı döndürür var,

burada

enter image description here

görüşüm bilgidir,

  • WAMP sunucu 2.5
  • Apache 2.4.9
  • PHP 5.5.12
  • .NET Framework 4.6.1

yanlış budur. Bunu çözmek için bana yardım edebilir.

cevap

İlgili konular