Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Obtaining line numbers in client site
Message
De
07/08/2005 15:15:45
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Obtaining line numbers in client site
Divers
Thread ID:
01039201
Message ID:
01039201
Vues:
68
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform