Author |
Message
|
sumeetkoshal |
Posted: Mon May 22, 2006 5:14 pm Post subject: Unable to load amqxcs2.dll |
|
|
Novice
Joined: 22 May 2006 Posts: 10
|
Hi,
I have developed a small .NET app using which one can Put a message in the Queue and read the same. It works fine. But When I uninstall the IBM Websphere MQ V6.0 Client Setup and just keep the dependent dlls where my assembly is it gives me this error:
"[b]Unable to load amqxcs2.dll[/b]"
Can somebody help me on this ?
Thanks
Sumeet |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon May 22, 2006 7:21 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
You need the entire client install. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
sumeetkoshal |
Posted: Mon May 22, 2006 7:46 pm Post subject: Unable to load amqxcs2.dll |
|
|
Novice
Joined: 22 May 2006 Posts: 10
|
Can you tell me why is that. even if I have all the dependent dlls ?
Sumeet |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon May 22, 2006 7:56 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
It's that way because that's the way it's built. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
sumeetkoshal |
Posted: Mon May 22, 2006 8:04 pm Post subject: Unable to load dll |
|
|
Novice
Joined: 22 May 2006 Posts: 10
|
Then why this is not the case in Java where we can run such app even if we dont have the client setup installed ?
Sumeet |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon May 22, 2006 8:06 pm Post subject: Re: Unable to load dll |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
sumeetkoshal wrote: |
Then why this is not the case in Java where we can run such app even if we dont have the client setup installed ?
Sumeet |
Because the java is a "pure" java client.
The .NET client is just some wrapper around the C client.
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
sumeetkoshal |
Posted: Mon May 22, 2006 8:22 pm Post subject: Unable to load dll |
|
|
Novice
Joined: 22 May 2006 Posts: 10
|
I am not convinced ... There must be some way ... |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue May 23, 2006 4:32 am Post subject: Re: Unable to load dll |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
sumeetkoshal wrote: |
I am not convinced ... There must be some way ... |
Here's the question. How much of your time is it really worth to try all possible combinations short of installing the full client, on the off chance that I'm wrong?
If you're not convinced by some random stranger on the internet, then open up a PMR with IBM and get the official answer. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
tleichen |
Posted: Tue May 23, 2006 6:16 am Post subject: |
|
|
Yatiri
Joined: 11 Apr 2005 Posts: 663 Location: Center of the USA
|
When in doubt, read the instructions....  _________________ IBM Certified MQSeries Specialist
IBM Certified MQSeries Developer |
|
Back to top |
|
 |
wschutz |
Posted: Tue May 23, 2006 6:34 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Why are you uninstalling the MQ client? Is there some reason you don't want it on the machine? It doesn't take up much disk space.... _________________ -wayne |
|
Back to top |
|
 |
sumeetkoshal |
Posted: Tue May 23, 2006 5:54 pm Post subject: Unable to Load dll |
|
|
Novice
Joined: 22 May 2006 Posts: 10
|
No, actually I want to give this application to another user who doesn't needs a development environment ( client setup ).
He just need the app. |
|
Back to top |
|
 |
Vitor |
Posted: Tue May 23, 2006 11:12 pm Post subject: Re: Unable to Load dll |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
sumeetkoshal wrote: |
No, actually I want to give this application to another user who doesn't needs a development environment ( client setup ).
He just need the app. |
The client environment is not a development environment. I currently have the best part of 2000 applications of various types, colours and religious beliefs clienting onto a raft of queue managers in various configurations.
The client libraries are a commonly used way of obtaining MQ services. Most of the prod code I've written has been client side (much like my db code). _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
silent_hill |
Posted: Mon May 29, 2006 8:55 am Post subject: |
|
|
Guest
|
|
Back to top |
|
 |
|