Solved!, at least on Windows Vista Ultimate 64bit + DW-CS3!
This worked for a Windows Vista Ultimate Laptop that showed the following
issues:
- After opening a remote file (UNC mapped drive, or shared folder), you edit
anything and CRTL+S (or saving the manual way), you receive: "..file contains
an invalid path..bla..bla.bla.."
- The file that was being edited erases after the error
So, after a lot, we saw another issue, when we tried to change any filename of
the remote location using the Windows Explorer, we received a message saying
that the folder did not exists, even though the folder was there.
So one problem at a time, googling for the windows error we found:
http://blog.mpecsinc.ca/2007/12/windows-vista-folder-does-not-exist.html
This comes from a MS KB 934160
Warning! Take care when using regedit!
Start -->regedit [Enter]
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Csc\Parameters
In our case the Paramaters key was missing and needed to be created
In the Parameters key create a new DWORD Value (Right click or Edit -->New)
Name it: FormatDatabase [Enter]
Double click (right click -->Modify) on the new FormatDatabase REG_DWORD
Set the value to: 1
Reboot
After rebooting, now Dreamweaver worked like a charm!
As I said, this worked for me, on Windows ultimate 64-bit. Let?s hope it works
for others!
(Sorry for any bad spelling, English is not my language)