Click here to Skip to main content
15,902,114 members
Home / Discussions / C#
   

C#

 
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 
QuestionProblem with changing connection string that saved in app.config Pin
hdv2128-Oct-09 6:13
hdv2128-Oct-09 6:13 
AnswerRe: Problem with changing connection string that saved in app.config Pin
Md. Marufuzzaman8-Oct-09 6:37
professionalMd. Marufuzzaman8-Oct-09 6:37 
GeneralRe: Problem with changing connection string that saved in app.config Pin
hdv2128-Oct-09 7:25
hdv2128-Oct-09 7:25 
GeneralRe: Problem with changing connection string that saved in app.config Pin
Md. Marufuzzaman8-Oct-09 7:44
professionalMd. Marufuzzaman8-Oct-09 7:44 
GeneralRe: Problem with changing connection string that saved in app.config Pin
hdv2128-Oct-09 8:03
hdv2128-Oct-09 8:03 
GeneralRe: Problem with changing connection string that saved in app.config Pin
Md. Marufuzzaman8-Oct-09 9:25
professionalMd. Marufuzzaman8-Oct-09 9:25 
GeneralRe: Problem with changing connection string that saved in app.config Pin
hdv2128-Oct-09 10:43
hdv2128-Oct-09 10:43 
AnswerRe: Problem with changing connection string that saved in app.config Pin
cjoki12-Oct-09 5:34
cjoki12-Oct-09 5:34 
Questionnavigator in datagridview Pin
hotthoughtguy8-Oct-09 5:03
hotthoughtguy8-Oct-09 5:03 
AnswerRe: navigator in datagridview Pin
Luc Pattyn8-Oct-09 5:19
sitebuilderLuc Pattyn8-Oct-09 5:19 
Question[Message Deleted] Pin
hotthoughtguy8-Oct-09 4:53
hotthoughtguy8-Oct-09 4:53 
AnswerRe: hi Pin
AndyInUK8-Oct-09 4:56
AndyInUK8-Oct-09 4:56 
QuestionPassing a Form's control to a routine in another class as a variable Pin
yogi_bear_798-Oct-09 4:39
yogi_bear_798-Oct-09 4:39 
AnswerRe: Passing a Form's control to a routine in another class as a variable Pin
Richard MacCutchan8-Oct-09 4:51
mveRichard MacCutchan8-Oct-09 4:51 
GeneralRe: Passing a Form's control to a routine in another class as a variable Pin
yogi_bear_798-Oct-09 4:54
yogi_bear_798-Oct-09 4:54 

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.