Now that Windows 2008 Server is out SharePoint developers (and I’m sure lots of others as well) will start to move their development machines onto the new platform. For SharePoint developers tend to work in Virtual Machines and develop on the Server OS directly as the XP/Vista development story is not that good right now.
I have such a configuration (Windows Server 2008, Microsoft Office SharePoint Server 2007, SQL 2005, Office Suite 2007, Visual Studio 2008) and have been working through some Excel Services development tasks when I discovered I had a problem with my setup.
In Excel I often need to Publish workbooks to the server to enable parameter configuration and the like, however this was not possible running in the VM (on Windows Server 2008), when trying to enter a network path I always got the ‘Path does not exist. Check Path and try again” error.
I proved the problem was not IIS or SharePoint related as I was able to connect happily from the Host Vista installation and upload the files from Office.
Having crawled the web and tried out various enabling and disabling of services and settings I was pointed to the solution by Dan Homle who I had the pleasure of meeting this week at the MVP Summit in Seattle. Dan is a fellow SharePoint MVP living in Maui (How cool is that!).
The problem is down to Windows Server 2008 adopting the don’t install anything approach which is great for its primary target – i.e. as a server – but less so for dev’s who need to know what to turn on where., The key missing Feature is the Desktop Experience
Enabling this will require you to restart the server, and although it says things like Media Player – it doesn’t enable them so shouldn’t add much bloat.
Now when you enter the url in the Save As dialog you get access to SharePoint sites and libraries.
[Update] The Microsoft From the Field also posted on something very similar, enabling WedDav for the client when this is Windows Server 2008.
http://sharepoint.microsoft.com/blogs/fromthefield/Lists/Posts/Post.aspx?ID=51











Pingback: Path does not exist. Check Path and try again | Experience & Solution 410