I have installed all the required libraries like
[COM_DOT_NET]
extension=php_com_dotnet.dll
and restarted IIS and still cannot make it to work? Any clues as I am keep getting that error:
Fatal error: Class 'COM' not found in
Many thanks
Make sure that it is enabled in IIS
IIS Manager -> PHP Manager -> PHP Extensions -> Enable or Disable Extensions
Also make sure that the dll file is in the ext folder of your php installation
add<br>
extension=php_com_dotnet.dll<br>
on php.ini