Click here to Skip to main content
16,012,316 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am trying to check the connection with one of active IBM MQ’s but I am getting this error.
Unable to load DLL 'amqxcs2.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)

I am using the following code:
Included amqmdnet.dll and amqmdxcs.dll in bin and gave the same reference to the project.
using IBM.WMQ;
using IBM.WMQ.PCF;

Any remedy for this.

Thanks
Sreenath
Posted
Updated 17-Feb-11 23:11pm
v2
Comments
Sreenath Gv 18-Feb-11 4:29am    
I am using Windows 7 OS.

Do I need to have MQ Series client installed in my Computer for this..?
 
Share this answer
 
ye, u do need the mq client installed at the server (not the client).
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900