Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Obtaining line numbers in client site
Message
From
07/08/2005 15:15:45
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Obtaining line numbers in client site
Miscellaneous
Thread ID:
01039201
Message ID:
01039201
Views:
70
In my development PC, when I run a VB.NET EXE, my error handler is capable of showing me the line where the error occured. So, I can have such a text:

MQRC_Q_MGR_NOT_AVAILABLE
at IBM.WMQ.MQQueueManager.Connect(String queueManagerName) at IBM.WMQ.MQQueueManager..ctor(String queueManagerName, String Channel, String ConnName) at Mitchell_CCS_MQ.MQ.TimerTimer(Object sender, ElapsedEventArgs e) in D:\Visual Studio Projects\Mitchell CCS MQ\MQ.vb:line 1489

But, when running the same EXE on a client site, the error message returned is as follow:

MQRC_Q_MGR_NOT_AVAILABLE
at IBM.WMQ.MQQueueManager.Connect(String queueManagerName) at IBM.WMQ.MQQueueManager..ctor(String queueManagerName, String Channel, String ConnName) at Mitchell_CCS_MQ.MQ.TimerTimer(Object sender, ElapsedEventArgs e)

How can I obtain the line number at the client site?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Next
Reply
Map
View

Click here to load this message in the networking platform