Click here to Skip to main content
15,892,059 members
Home / Discussions / C#
   

C#

 
GeneralRe: Threading ??? Pin
Russell Jones17-Jul-07 5:02
Russell Jones17-Jul-07 5:02 
QuestionCould yous give some idea ? Pin
LyBun17-Jul-07 2:31
LyBun17-Jul-07 2:31 
AnswerRe: Could yous give some idea ? Pin
Malcolm Smart17-Jul-07 2:56
Malcolm Smart17-Jul-07 2:56 
AnswerRe: Could yous give some idea ? Pin
Colin Angus Mackay17-Jul-07 3:10
Colin Angus Mackay17-Jul-07 3:10 
QuestionDouble row in TreeView or ListView Pin
Andrea_8617-Jul-07 1:51
Andrea_8617-Jul-07 1:51 
AnswerRe: Double row in TreeView or ListView Pin
m@u17-Jul-07 2:06
m@u17-Jul-07 2:06 
GeneralRe: Double row in TreeView or ListView Pin
Andrea_8617-Jul-07 6:14
Andrea_8617-Jul-07 6:14 
QuestionMSMQ Error Handling Pin
ramdil17-Jul-07 1:38
ramdil17-Jul-07 1:38 
Hi all
I am new to MSMQ.I have an application which sends a message.This message will be recieved by another application and stores in a MSMQ.And then it will read from the msmq and sends to some other process.Now the thing i am facing is that i have a recieve thread which starts at the application_start event .inside this thread i am calling the receive method of msmq.and i am using the follwing code with timespan
msg = mq.Receive(new TimeSpan(0,0,100));
now i know after 100 ms it will show MessageQueueException.my doubt is that what should i do after i catch the exception,because i want the thread to abort only at the application_end.so what should i do if a exception occurs.
Thanks in advance.

Regards
DilipRam

AnswerRe: MSMQ Error Handling Pin
Jimmanuel17-Jul-07 3:55
Jimmanuel17-Jul-07 3:55 
GeneralRe: MSMQ Error Handling Pin
ramdil17-Jul-07 4:24
ramdil17-Jul-07 4:24 
GeneralRe: MSMQ Error Handling Pin
Jimmanuel17-Jul-07 4:35
Jimmanuel17-Jul-07 4:35 
GeneralRe: MSMQ Error Handling Pin
ramdil17-Jul-07 5:35
ramdil17-Jul-07 5:35 
GeneralRe: MSMQ Error Handling Pin
Jimmanuel17-Jul-07 6:10
Jimmanuel17-Jul-07 6:10 
GeneralRe: MSMQ Error Handling Pin
ramdil17-Jul-07 6:23
ramdil17-Jul-07 6:23 
GeneralRe: MSMQ Error Handling [modified] Pin
Jimmanuel17-Jul-07 6:45
Jimmanuel17-Jul-07 6:45 
GeneralRe: MSMQ Error Handling Pin
ramdil17-Jul-07 7:15
ramdil17-Jul-07 7:15 
GeneralRe: MSMQ Error Handling Pin
Jimmanuel17-Jul-07 7:27
Jimmanuel17-Jul-07 7:27 
GeneralRe: MSMQ Error Handling Pin
ramdil17-Jul-07 22:28
ramdil17-Jul-07 22:28 
QuestionRemote method calls Pin
kkadir17-Jul-07 1:33
kkadir17-Jul-07 1:33 
AnswerRe: Remote method calls Pin
Malcolm Smart17-Jul-07 1:41
Malcolm Smart17-Jul-07 1:41 
GeneralRe: Remote method calls Pin
kkadir17-Jul-07 2:17
kkadir17-Jul-07 2:17 
GeneralRe: Remote method calls Pin
Malcolm Smart17-Jul-07 2:51
Malcolm Smart17-Jul-07 2:51 
QuestionGetting the user default locale identifier in c# Pin
Tal S.17-Jul-07 0:51
Tal S.17-Jul-07 0:51 
AnswerRe: Getting the user default locale identifier in c# Pin
Le centriste17-Jul-07 2:16
Le centriste17-Jul-07 2:16 
GeneralRe: Getting the user default locale identifier in c# Pin
Tal S.18-Jul-07 3:49
Tal S.18-Jul-07 3:49 

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.