Author |
Message
|
Linda |
Posted: Sun May 14, 2006 1:13 pm Post subject: Unable to load amqxcs2.dll |
|
|
Newbie
Joined: 12 May 2006 Posts: 7
|
Our company just purchased Websphere MQ Server version 6.0 and installed it on a Windows 2000 Server. I've written a VB.NET (framework version 2.0) Windows Service on my development computer (Windows XP Professional) and added amqmdnet.dll to my project. Whenever I compile and run my application, I get an error indicating that amqxcs2.dll could not be loaded. I contacted IBM Support personnel and their response was to install the MQ Client version 6.0 on my development computer. I did this and still receive the error. They aren't sure what the problem is (they're looking into it). However, I have a deadline to meet for my project. I thought that the amqmdnet.dll was self-contained and didn't have other dependencies. It is registered in the GAC, too. Any suggestions????? Thank you in advance. |
|
Back to top |
|
 |
PeterPotkay |
Posted: Sun May 14, 2006 1:48 pm Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
Do you have amqmdxcs.dll in the GAC as well? _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
Linda |
Posted: Sun May 14, 2006 6:00 pm Post subject: Unable to load amqxcs2.dll |
|
|
Newbie
Joined: 12 May 2006 Posts: 7
|
Yes, amqmdxcs.dll is registered in the GAC as well. I believe that when I installed the Client version, some of these .dll's were installed automatically. I see several of them relating to Websphere in my GAC. |
|
Back to top |
|
 |
questro |
Posted: Mon May 15, 2006 4:32 am Post subject: |
|
|
 Newbie
Joined: 07 Mar 2006 Posts: 9 Location: Magic Land
|
I think the problem you're seeing sounds like the MQ bin directory is not in the path. AMQXCS2.dll is part of the product installation (not .NET) and from the sounds of it it is not in the path that is set up in the build environment.
I take it that AMQXCS2.dll is in your installed bin directory? |
|
Back to top |
|
 |
Linda |
Posted: Mon May 15, 2006 5:08 am Post subject: Unable to load amqxcs2.dll |
|
|
Newbie
Joined: 12 May 2006 Posts: 7
|
Correct, amqxcs2.dll is installed in c:\Program Files\IBM\Websphere MQ\bin. (I received a reply this morning from IBM tech support and they thought it sounded like a path problem as well). |
|
Back to top |
|
 |
Linda |
Posted: Mon May 15, 2006 6:46 am Post subject: Unable to load amqxc2.dll |
|
|
Newbie
Joined: 12 May 2006 Posts: 7
|
I think this issue has been resolved! I didn't reboot my computer after installing the Client version (not that I ever received a message telling me to do so). After rebooting, I didn't receive the error anymore. Thank you everyone for the replies/suggestions.  |
|
Back to top |
|
 |
|