Hello Group,
I have a VB.NET 4.0 web service I am trying to run. We are using software AG 8.2. When I run my web service on the servers it runs fine. However when I run it locally and try and debug it when the broker gets set up I get an error that says “20020011: Cannot load erx.dll”. This is the line of code it breaks on:
oBroker = New Broker(pstrBrokerID, pstrUserId)
I checked the BrokerID and the userID and both are correct.
I checked my local PATH variables and they seem to be correct with an entry pointing to “C:\SoftwareAG\EntireX\bin”.
Using very similiar code we connect to the broker successfully in a web page locally. It is when we try to run a service locally that we have the problem.
Does anyone have any tips as how to solve this?
Thanks in advance.
#EntireX#Mainframe-Integration#webMethods