Re: XmlTextWriter does not write over network
From: metehan (metehanIT_at_Hotmail.com)
Date: 03/29/04
- Next message: Arthur Yousif: "Re: Allocate more memory into Byte array"
- Previous message: mikeb: "Re: Allocate more memory into Byte array"
- In reply to: Nico Vrouwe: "Re: XmlTextWriter does not write over network"
- Next in thread: Jon Skeet [C# MVP]: "Re: XmlTextWriter does not write over network"
- Reply: Jon Skeet [C# MVP]: "Re: XmlTextWriter does not write over network"
- Messages sorted by: [ date ] [ thread ]
Date: 29 Mar 2004 14:46:04 -0800
He Nico
What is @ does ?
Thanks mate!
"Nico Vrouwe" <n111co@hotmail.com> wrote in message news:<c48l2l$2eos63$1@ID-191406.news.uni-berlin.de>...
> Hi,
>
> Try:
> new XmlTextWriter(
> @"\\155.162.166.16\d\InetPub\wwwroot\site.help.com\Folder\test.htm",
> null )
>
> Hope this helps,
> /Nico
>
> "metehan" <metehanIT@Hotmail.com> wrote in message
> news:ea6fdb4e.0403282338.18c039bc@posting.google.com...
> > I am trying to write a file to network box with below code but getting
> > error
> > THis code
> > XmlTextWriter writer = new
> >
> XmlTextWriter("\\155.162.166.16\\d\\InetPub\\wwwroot\\site.help.com\\Fol
> der\\test.htm",null);
> > Produce
> >
> "C:\\155.162.166.16\\d\\InetPub\\wwwroot\\site.help.com\\Folder\\test.ht
> m".
> > this error I think trying write the box that i do the execution
> > How can i write above code over network
> >
> > Cheers.
- Next message: Arthur Yousif: "Re: Allocate more memory into Byte array"
- Previous message: mikeb: "Re: Allocate more memory into Byte array"
- In reply to: Nico Vrouwe: "Re: XmlTextWriter does not write over network"
- Next in thread: Jon Skeet [C# MVP]: "Re: XmlTextWriter does not write over network"
- Reply: Jon Skeet [C# MVP]: "Re: XmlTextWriter does not write over network"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|