Click here to Skip to main content
15,895,256 members
Home / Discussions / C#
   

C#

 
GeneralRe: ndoc MSDN style document Pin
Kevin McFarlane2-Jul-07 1:07
Kevin McFarlane2-Jul-07 1:07 
GeneralRe: ndoc MSDN style document Pin
BoneSoft29-Jun-07 6:14
BoneSoft29-Jun-07 6:14 
QuestionCreate/Fill Datatable Pin
tadhg8829-Jun-07 3:23
tadhg8829-Jun-07 3:23 
AnswerRe: Create/Fill Datatable Pin
Not Active29-Jun-07 3:27
mentorNot Active29-Jun-07 3:27 
GeneralRe: Create/Fill Datatable Pin
tadhg8829-Jun-07 3:45
tadhg8829-Jun-07 3:45 
QuestionMSMQ Send Error Pin
ramdil29-Jun-07 2:46
ramdil29-Jun-07 2:46 
AnswerRe: MSMQ Send Error Pin
originSH29-Jun-07 3:05
originSH29-Jun-07 3:05 
GeneralRe: MSMQ Send Error Pin
ramdil29-Jun-07 3:43
ramdil29-Jun-07 3:43 
Hi thanks for the reply..but still format invalid error arises..
the code which i am executing is

System.Messaging.Message mm = new System.Messaging.Message();
MessageQueue mq = new System.Messaging.MessageQueue(XMLMSMQPath);
mm.Formatter = new BinaryMessageFormatter(System.Runtime.Serialization.Formatters.FormatterAssemblyStyle.Simple, System.Runtime.Serialization.Formatters.FormatterTypeStyle.TypesAlways);
mm.Body = xmlFileName;
mm.Label = "FileNames";
mq.Send(mm);

but at the mq.send(mm) it is showing formatname is invalid...
Please help me..Am i missing any thing in this code..



Regards
DilipRam

Questionplace program icon into desktop toolbox Pin
iman_kh29-Jun-07 2:12
iman_kh29-Jun-07 2:12 
AnswerRe: place program icon into desktop toolbox Pin
giddy_guitarist29-Jun-07 3:45
giddy_guitarist29-Jun-07 3:45 
GeneralRe: place program icon into desktop toolbox Pin
iman_kh29-Jun-07 5:06
iman_kh29-Jun-07 5:06 
QuestionNothing and null Pin
Brendan Vogt29-Jun-07 2:08
Brendan Vogt29-Jun-07 2:08 
AnswerRe: Nothing and null Pin
Christian Graus29-Jun-07 2:11
protectorChristian Graus29-Jun-07 2:11 
GeneralRe: Nothing and null Pin
Brendan Vogt29-Jun-07 2:16
Brendan Vogt29-Jun-07 2:16 
GeneralRe: Nothing and null Pin
Vikram A Punathambekar29-Jun-07 2:20
Vikram A Punathambekar29-Jun-07 2:20 
GeneralRe: Nothing and null Pin
Luc Pattyn29-Jun-07 2:41
sitebuilderLuc Pattyn29-Jun-07 2:41 
GeneralRe: Nothing and null Pin
Urs Enzler29-Jun-07 11:18
Urs Enzler29-Jun-07 11:18 
GeneralRe: Nothing and null Pin
Vasudevan Deepak Kumar29-Jun-07 3:01
Vasudevan Deepak Kumar29-Jun-07 3:01 
GeneralRe: Nothing and null Pin
Not Active29-Jun-07 3:07
mentorNot Active29-Jun-07 3:07 
GeneralRe: Nothing and null [modified] Pin
Not Active29-Jun-07 2:27
mentorNot Active29-Jun-07 2:27 
JokeRe: Nothing and null Pin
Not Active29-Jun-07 2:29
mentorNot Active29-Jun-07 2:29 
GeneralRe: Nothing and null Pin
Vasudevan Deepak Kumar29-Jun-07 3:02
Vasudevan Deepak Kumar29-Jun-07 3:02 
GeneralRe: Nothing and null Pin
Sathesh Sakthivel29-Jun-07 3:34
Sathesh Sakthivel29-Jun-07 3:34 
AnswerRe: Nothing and null Pin
Kevin McFarlane29-Jun-07 8:49
Kevin McFarlane29-Jun-07 8:49 
AnswerRe: Nothing and null Pin
Dave Doknjas29-Jun-07 14:01
Dave Doknjas29-Jun-07 14:01 

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.