Re: Opening an XML file hosted on a SharePoint Server

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Did you want to access files in SharePoint folder in VS? From the command
prompt map a drive to the folder in SharePoint like so:

NET USE X: "http://MyIntranet/sites/MyProjectSite/Shared Documents"

Please note that you'll need to replace %20 with space chars and also remove
AllItems.aspx from the link and only have the path do the folder. You may
also use the PERSIST option of NET USE to remap the mapped drive after a
reboot. If this does not work for you ensure that you have WebClient Windows
Service started and running (SharePoint folder Explorer View will also not
work if this service is not running).

<skleine-boes@xxxxxx> wrote in message
news:22839f11-53da-40dd-a9a3-c1f3a1a87e24@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi,
From my VisualStudio environment I want to access a XML file
(InfoPath) that is hosted SharePoint Server (MOSS 07) in order to
check some tags inside the file.
Does anybody know where to find some code examples for this issue?
Thank you very much indeed for helping me!
Regards,

Sascha


.