Author |
Message |
Topic: C# and cluster queue access |
ghcnguyen
Replies: 2 Views: 3850
|
Forum: Clustering Posted: Tue Nov 17, 2009 7:54 pm Subject: C# and cluster queue access |
hi,
I need to build an interface using C# that is accessing a local queue that is also part of a cluster.
I am using the queueManager.AccessQueue(QueueName, OpenOptions) - method used to acces ... |
Topic: System.TypeLoad.Exception |
ghcnguyen
Replies: 6 Views: 7750
|
Forum: IBM MQ API Support Posted: Wed Aug 26, 2009 4:52 pm Subject: System.TypeLoad.Exception |
I am not using MQDestination.
Using the v7 DLL. I managed to connect to the MQ Manager without any problems.
However, it is when I tried to put/get a message that I get this Exception. It looks ... |
Topic: System.TypeLoad.Exception |
ghcnguyen
Replies: 6 Views: 7750
|
Forum: IBM MQ API Support Posted: Tue Aug 25, 2009 8:20 pm Subject: System.TypeLoad.Exception |
hmmmm... so are you saying that v7 is not backward compatible?!
the problem that i have is that i am developing the program using Visual C# on a win Vista with a v7 MQ. The program need to run on b ... |
Topic: Could not load type 'IBM.WMQ.MQDestination' from assembly |
ghcnguyen
Replies: 9 Views: 23421
|
Forum: IBM MQ API Support Posted: Tue Aug 25, 2009 8:13 pm Subject: Could not load type 'IBM.WMQ.MQDestination' from assembly |
Hi,
Why do i get System.TypeLoadException: Could not load type 'IBM.WMQ.MQDestination
when i build a client on a v7 MQ vista machine and then run it on a v6 MQ win xp machine.
please help. |
Topic: System.TypeLoad.Exception |
ghcnguyen
Replies: 6 Views: 7750
|
Forum: IBM MQ API Support Posted: Sun Aug 23, 2009 10:57 pm Subject: related issue |
hi,
I have two machines; one is win Vista with v7 MQ server installed and the other is win XP with v6 MQ server installed.
I am trying to developed a really simple programs that puts/gets messa ... |