ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » IBM MQ API Support » Could not load file or assembly 'amqmdxcs, Version=6.0.0.0'

Post new topic  Reply to topic
 Could not load file or assembly 'amqmdxcs, Version=6.0.0.0' « View previous topic :: View next topic » 
Author Message
jkfriends
PostPosted: Fri Oct 09, 2009 6:30 am    Post subject: Could not load file or assembly 'amqmdxcs, Version=6.0.0.0' Reply with quote

Novice

Joined: 09 Oct 2009
Posts: 20

Hi, I'm new to C# MQ series API development and I'm trying to connect a remote host/queue manager/queue name to drop a XML message. When I get the MQManager object using this code, it has 2 different behavior:

Code:
Hashtable properties = new Hashtable();

properties.Add(MQC.HOST_NAME_PROPERTY, env.Host);
properties.Add(MQC.CHANNEL_PROPERTY, env.ChannelName);
properties.Add(MQC.PORT_PROPERTY, env.Port);

MQQueueManager qm = new MQQueueManager(env.QueueManagerName, properties);


On Windows-XP machine, this code works perfectly however on Vista, it throws up an error in the last line:

Quote:
Could not load file or assembly 'amqmdxcs, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7a58d55a51981a15' or one of its dependencies. Either a required impersonation level was not provided, or the provided impersonation level is invalid. (Exception from HRESULT: 0x80070542)


That assembly does exist on the VISTA machine as expected. I installed the latest MQ client 6.X on this PC.

What is the problem here and how come the same code works correctly on XP and not in Vista. Has anyone seen this problem before?

Please help me.
Back to top
View user's profile Send private message
mqjeff
PostPosted: Fri Oct 09, 2009 7:06 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

Vista support is not enabled until MQv7.
Back to top
View user's profile Send private message
jkfriends
PostPosted: Fri Oct 09, 2009 7:39 am    Post subject: Reply with quote

Novice

Joined: 09 Oct 2009
Posts: 20

Ok - when is version 7 scheduled to be released?
Back to top
View user's profile Send private message
Vitor
PostPosted: Fri Oct 09, 2009 7:48 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

jkfriends wrote:
Ok - when is version 7 scheduled to be released?


It was released about a year ago. Speak to whoever runs your IBM account to obtain the upgrade.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
jkfriends
PostPosted: Fri Oct 09, 2009 8:48 am    Post subject: Reply with quote

Novice

Joined: 09 Oct 2009
Posts: 20

Is it available for download from the IBM site?
Back to top
View user's profile Send private message
Vitor
PostPosted: Fri Oct 09, 2009 8:59 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

jkfriends wrote:
Is it available for download from the IBM site?


Yes. Like I said, speak to whoever runs your IBM account to obtain the upgrade. Either by downloading it from the IBM site using the details supplied with your WMQ license or by ordering new media using the details supplied with your WMQ license.

I use "your" in the sense of "your site" of course.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ API Support » Could not load file or assembly 'amqmdxcs, Version=6.0.0.0'
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.