Click here to Skip to main content
15,891,423 members
Home / Discussions / C#
   

C#

 
QuestionMessage Queue Error Pin
M. J. Jaya Chitra8-Aug-07 1:24
M. J. Jaya Chitra8-Aug-07 1:24 
AnswerRe: Message Queue Error Pin
Pete O'Hanlon8-Aug-07 1:35
mvePete O'Hanlon8-Aug-07 1:35 
GeneralRe: Message Queue Error Pin
M. J. Jaya Chitra8-Aug-07 1:50
M. J. Jaya Chitra8-Aug-07 1:50 
AnswerRe: Message Queue Error Pin
kubben8-Aug-07 2:32
kubben8-Aug-07 2:32 
GeneralRe: Message Queue Error Pin
M. J. Jaya Chitra8-Aug-07 2:51
M. J. Jaya Chitra8-Aug-07 2:51 
GeneralRe: Message Queue Error Pin
kubben8-Aug-07 2:59
kubben8-Aug-07 2:59 
GeneralRe: Message Queue Error Pin
M. J. Jaya Chitra8-Aug-07 3:13
M. J. Jaya Chitra8-Aug-07 3:13 
GeneralRe: Message Queue Error Pin
kubben8-Aug-07 3:21
kubben8-Aug-07 3:21 
I guess I would need more detail to understand your program to try to help more.
You are trying to put a message on a queue that is on a different computer then the one your program is running on? Or are they on the same computer?
If you are going to a different computer, you need to make sure the user will have rights on the other computer. Although, almost anyone should be able to put a message on the queue if you have a public queue.

Looking at your error message again. It looks like it is not able to resolve the name to the queue. NOrmally I have saved queue names in a web.config or app.config file. I am not sure what is coming back from your call to:
System.Net.Dns.GetHostName()
if there are slashes \\ then they need to be removed.

Hope that helps.
Ben
GeneralRe: Message Queue Error Pin
M. J. Jaya Chitra8-Aug-07 18:11
M. J. Jaya Chitra8-Aug-07 18:11 
GeneralRe: Message Queue Error Pin
kubben9-Aug-07 1:40
kubben9-Aug-07 1:40 
GeneralRe: Message Queue Error Pin
kubben9-Aug-07 1:59
kubben9-Aug-07 1:59 
GeneralThank you Pin
M. J. Jaya Chitra12-Aug-07 20:22
M. J. Jaya Chitra12-Aug-07 20:22 
GeneralRe: Thank you Pin
kubben13-Aug-07 1:35
kubben13-Aug-07 1:35 
Questionserial port in c# Pin
suprapto8-Aug-07 1:04
suprapto8-Aug-07 1:04 
AnswerRe: serial port in c# Pin
Blue_Boy8-Aug-07 1:11
Blue_Boy8-Aug-07 1:11 
AnswerRe: serial port in c# Pin
Luc Pattyn8-Aug-07 1:17
sitebuilderLuc Pattyn8-Aug-07 1:17 
QuestionDropDownList(c# window forms)-control the The Repetetions Pin
Vik Kommineni8-Aug-07 0:25
Vik Kommineni8-Aug-07 0:25 
AnswerRe: DropDownList(c# window forms)-control the The Repetetions Pin
Sgg2458-Aug-07 0:39
Sgg2458-Aug-07 0:39 
AnswerRe: DropDownList(c# window forms)-control the The Repetetions Pin
kabeervh8-Aug-07 0:45
kabeervh8-Aug-07 0:45 
QuestionGetting Bitmap file size,,, Pin
tmp08-Aug-07 0:04
tmp08-Aug-07 0:04 
AnswerRe: Getting Bitmap file size,,, Pin
Luc Pattyn8-Aug-07 0:22
sitebuilderLuc Pattyn8-Aug-07 0:22 
GeneralRe: Getting Bitmap file size,,, Pin
tmp08-Aug-07 0:30
tmp08-Aug-07 0:30 
GeneralRe: Getting Bitmap file size,,, Pin
Luc Pattyn8-Aug-07 1:16
sitebuilderLuc Pattyn8-Aug-07 1:16 
QuestionProblem with EnvDTE.ExecuteCommand and Source Control (C#) Pin
jedibald8-Aug-07 0:01
jedibald8-Aug-07 0:01 
QuestionHow to LogOff Locked Computer Pin
Muhammad Hafeez Ullah7-Aug-07 23:48
Muhammad Hafeez Ullah7-Aug-07 23:48 

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.