Online Forums
Technical support is provided through Support Forums below. Anybody can view them; you need to Register/Login to our site (see links in upper right corner) in order to Post questions. You do not have to be a licensed user of our product.
Please read Rules for forum posts before reporting your issue or asking a question. OPC Labs team is actively monitoring the forums, and replies as soon as possible. Various technical information can also be found in our Knowledge Base. For your convenience, we have also assembled a Frequently Asked Questions page.
Do not use the Contact page for technical issues.
PHP COM System cannot found file
What I have suggested shouldn't normally be needed, but we have met situations in the past where it was necessary. Still not sure what's the root cause, though.
Best regards
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Can you please re-run the Setup program, select the "custom" installation (on the 2nd wizard page), and then, when it makes to the Installation Components page with the tree of component, make sure that
Assemblies (.NET Framework) -> Embedded assemblies
is also checked (this is turned off by default).
It might help
Thank you
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
in order to rule out that this is not somehow related to PHP only, can you try one of the VBScript examples that come with the product as well? Does it work, or does it give some error - and if so, is it the same error?
Thank you
Please Log in or Create an account to join the conversation.
"$Client = new COM("OpcLabs.EasyOpc.DataAccess.EasyDAClient");"
following error:
[07-Nov-2018 12:34:53 Europe/Berlin] PHP Fatal error: Uncaught com_exception: Failed to create COM object `OpcLabs.EasyOpc.DataAccess.EasyDAClient': Das System kann die angegebene Datei nicht finden.
in C:\inetpub\wwwroot\ReadAndDisplayValue.php:10
Stack trace:
#0 C:\inetpub\wwwroot\ReadAndDisplayValue.php(10): com->com('OpcLabs.EasyOpc...')
#1 {main}
thrown in C:\inetpub\wwwroot\ReadAndDisplayValue.php on line 10
The system can not find the stated file.
Please Log in or Create an account to join the conversation.