Re: XmlTextWriter does not write over network

From: Nico Vrouwe (n111co_at_hotmail.com)
Date: 03/29/04


Date: Mon, 29 Mar 2004 09:55:15 +0200

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.



Relevant Pages

  • Re: XmlTextWriter does not write over network
    ... He Nico ... > new XmlTextWriter( ... >> I am trying to write a file to network box with below code but getting ... >> this error I think trying write the box that i do the execution ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: uicontextmenu
    ... In our lab the computers synchronize via network. ... analysis process with a gui - which is using uicontextmenus. ... What I needed to do was to postpone the execution ... the user opens an uicontextmenu - a semaphore is set to ...
    (comp.soft-sys.matlab)
  • Re: Help on choosing a valid pattern: composite or not?
    ... that's a job for another subsystem that is encapsulated by an interface that is designed for the neural net view. ... The subsystem then performs the transformation to whatever the persistence view of the data is. ... solution (e.g., the basic net configuration/navigation, training logic, and execution logic could be quite different subject matters). ... bolts of network access in a subsystem. ...
    (comp.object)
  • Re: Issue in execution of batch files Windows XP Pro
    ... My batch program is the simplest one just a creation of folders on a network ... Just changing the extension from .bat to .cmd the execution become faster. ... The difference is taht .bat file generate ...
    (microsoft.public.windowsxp.general)
  • Re: I cant execute my own executable
    ... ..net programs run from the network run in a sandbox and have restricted permissions. ... the users will have to make the network shares trusted, also the code should be signed. ... I have written a program, say "AAA", which detects its folder, ... On execution, the code in AAA should read the string RBPIFF and do ...
    (microsoft.public.dotnet.framework.aspnet)