Click here to Skip to main content
15,916,693 members
Home / Discussions / C#
   

C#

 
AnswerRe: Help with Constants Pin
Md. Marufuzzaman8-Oct-09 9:26
professionalMd. Marufuzzaman8-Oct-09 9:26 
AnswerRe: Help with Constants Pin
Luc Pattyn8-Oct-09 9:29
sitebuilderLuc Pattyn8-Oct-09 9:29 
GeneralRe: Help with Constants Pin
yogi_bear_798-Oct-09 9:42
yogi_bear_798-Oct-09 9:42 
GeneralRe: Help with Constants Pin
yogi_bear_798-Oct-09 9:55
yogi_bear_798-Oct-09 9:55 
AnswerRe: Help with Constants Pin
Christian Graus8-Oct-09 9:31
protectorChristian Graus8-Oct-09 9:31 
GeneralRe: Help with Constants Pin
yogi_bear_798-Oct-09 9:33
yogi_bear_798-Oct-09 9:33 
GeneralRe: Help with Constants Pin
Christian Graus8-Oct-09 9:49
protectorChristian Graus8-Oct-09 9:49 
GeneralRe: Help with Constants Pin
yogi_bear_798-Oct-09 9:53
yogi_bear_798-Oct-09 9:53 
GeneralRe: Help with Constants Pin
Christian Graus8-Oct-09 10:13
protectorChristian Graus8-Oct-09 10:13 
GeneralRe: Help with Constants Pin
yogi_bear_798-Oct-09 12:35
yogi_bear_798-Oct-09 12:35 
AnswerRe: Help with Constants Pin
PIEBALDconsult8-Oct-09 10:48
mvePIEBALDconsult8-Oct-09 10:48 
GeneralRe: Help with Constants Pin
Luc Pattyn8-Oct-09 10:53
sitebuilderLuc Pattyn8-Oct-09 10:53 
GeneralRe: Help with Constants Pin
PIEBALDconsult8-Oct-09 10:57
mvePIEBALDconsult8-Oct-09 10:57 
GeneralRe: Help with Constants Pin
Luc Pattyn8-Oct-09 11:07
sitebuilderLuc Pattyn8-Oct-09 11:07 
GeneralRe: Help with Constants Pin
Henry Minute8-Oct-09 11:41
Henry Minute8-Oct-09 11:41 
GeneralRe: Help with Constants Pin
Luc Pattyn8-Oct-09 11:53
sitebuilderLuc Pattyn8-Oct-09 11:53 
GeneralRe: Help with Constants Pin
PIEBALDconsult8-Oct-09 16:26
mvePIEBALDconsult8-Oct-09 16:26 
GeneralRe: Help with Constants Pin
Luc Pattyn9-Oct-09 5:27
sitebuilderLuc Pattyn9-Oct-09 5:27 
GeneralRe: Help with Constants Pin
yogi_bear_798-Oct-09 12:34
yogi_bear_798-Oct-09 12:34 
GeneralRe: Help with Constants Pin
Luc Pattyn8-Oct-09 12:43
sitebuilderLuc Pattyn8-Oct-09 12:43 
Questionexception in datagridview Pin
hotthoughtguy8-Oct-09 7:51
hotthoughtguy8-Oct-09 7:51 
AnswerRe: exception in datagridview Pin
Dave Kreskowiak8-Oct-09 8:54
mveDave Kreskowiak8-Oct-09 8:54 
QuestionMQ Client Error Pin
Jeanie24248-Oct-09 6:58
Jeanie24248-Oct-09 6:58 
I am debugging C# code that utilizes the Websphere MQ Client 5.3. I have the client installed on my PC and Im running under a local account. when the code gets to where I'm initializing the MQManager I get the following:

Attempted to read or write protected memory. This is often an indication that other memory is corrupt.

Here is the code that is bombing:

MQEnvironment.Hostname = HostName;
MQEnvironment.Channel = Channel;
MQEnvironment.Port = Port;
mqQMgr = new MQQueueManager(QueueManager);

Source: amqmdnet

Stacktrace: at IBM.WMQ.MQClient.MQCONNX(String qMgrName, MQCNO& mqcno, Int32& pHconn, Int32& pCompCode, Int32& pReason)
at IBM.WMQ.MQClientConnector.MQCONNX(String qMgrName, MQCNO& mqcno, Int32& pHconn, Int32& pCompCode, Int32& pReason)
at IBM.WMQ.MQQueueManager.Connect(String queueManagerName)
at IBM.WMQ.MQQueueManager..ctor(String queueManagerName)
at FillTek.EAI.Avon.MarkMQOrderProcessor.MessageProcessor..ctor(String HostName, String Channel, Int32 Port, String QueueManager, String QueueName) in C:\Projects\2008 Projects\AvonManager.root\AvonManager\MarkMQOrderProcessor\MessageProcessor.cs:line 121
at MarkMQOrderProcessorApp.Processor.Main(String[] args) in C:\Projects\2008 Projects\AvonManager.root\AvonManager\MarkMQOrderProcessorApp\Processor.cs:line 24

Any help would be greatly appreciated!

JeanieB

AnswerRe: MQ Client Error Pin
harold aptroot8-Oct-09 7:38
harold aptroot8-Oct-09 7:38 
GeneralRe: MQ Client Error Pin
Jeanie24248-Oct-09 9:26
Jeanie24248-Oct-09 9:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.