Posted: Thu Nov 29, 2007 7:20 pm Post subject: How to check if mq client exists on end user system in .net
Newbie
Joined: 21 Nov 2007 Posts: 7
Hi,
My mq application works fine if mq client is installed on the client machine.But if there is no client installed and if tried to open the quemanager it says that application encountered problem and closes the application abruplty.I am unable to capture this exception.
Can u please let me know if i can catch the exception in catch block or is there anyway that i can check if mq client exist on the end user system so that if there is no client i can skip mq related stuff and show the user a friendly message.Iam working in .net environment.Thank you.
You could restrict yourself to the managed .NET API and distribute with your runtime...
Or you can try to catch a SYSTEM exception??? _________________ MQ & Broker admin
Iam trying to catch the system exception instead of making lot of changes.But iam unable to do it.Am i not catching the correct exception.Please let me know.Thanks.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum