![]() |
|
Welcome to Vista Banter. You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to ask questions and reply to others posts, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact support. |
|
|||||||
| Networking with Windows Vista Networking issues and questions with Windows Vista. (microsoft.public.windows.vista.networking_sharing) |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi,
I'm now using Vista's offline files feature to synchronize my working folders both on desktop and laptop. In particular, I created Visual Studio solution files and source codes and make them offline available for laptop. In order to this: 1. First, on the desktop, I've created new solution and source codes by Visual Studio, and compiled the project (which means there are some temporary files). 2. I'd like to use this Visual Studio project on my laptop while network is disconnected. So, I turned on 'offline files' in network mounted folders on the laptop. 3. Opening the solution files on my laptop perfectly works, but I can't compile, that is, can't create temporary files on offline files folder. For example, I got the following error: 1crafty : error PRJ0008 : Could not delete file 'z:\Proj\crafty \release\validate.obj'. 1Make sure that the file is not open by another process and is not write-protected. In general, it seems that I don't have full permission on offline files. I also can't delete folder as well. How can I manipulate permission of offline files? Thanks in advance, MJ |
|
|||
|
On Oct 29, 11:30 pm, MJ wrote:
Hi, I'm now using Vista's offline files feature to synchronize my working folders both on desktop and laptop. In particular, I created Visual Studio solution files and source codes and make them offline available for laptop. In order to this: 1. First, on the desktop, I've created new solution and source codes by Visual Studio, and compiled the project (which means there are some temporary files). 2. I'd like to use this Visual Studio project on my laptop while network is disconnected. So, I turned on 'offline files' in network mounted folders on the laptop. 3. Opening the solution files on my laptop perfectly works, but I can't compile, that is, can't create temporary files on offline files folder. For example, I got the following error: 1crafty : error PRJ0008 : Could not delete file 'z:\Proj\crafty \release\validate.obj'. 1Make sure that the file is not open by another process and is not write-protected. In general, it seems that I don't have full permission on offline files. I also can't delete folder as well. How can I manipulate permission of offline files? Thanks in advance, MJ Here is more simple example. Simply creating a new Visual C++ project (such as MFC application) on offline folders, and compiling gives same error: write-protected error. But, I can create any files and folders with windows explorer on offline folders. Is it offline files bug, or Visual Studio 2005 error? |