With the last version of Parallels (the one with the Windows Live Mail does not work when adjust for time saving on bug) Visual Studio 2008 fails to create the RES directory when creating an MFC project on a .psf share.
With the current version VS 2008 fails to properly create/compile the stdafx.cpp file for pre-compiled header when the project is hosted on a .psf share. However, if you specify that the pre-compiled header is created on a local directory (c:\temp for instance) it compiles.
VS 2003 cannot create the project class view information .ncb file when the project is hosted on a .psh share. When you try to do a build, it fails because it cannot open the .pdb file.
You can reproduce these bugs very easily, just get a copy of VS 2008 Standard edition and use the project wizard to create a vanilla MFC project. Do the same for VS 2003. Make sure to create the project on a .psf share.
With the current version VS 2008 fails to properly create/compile the stdafx.cpp file for pre-compiled header when the project is hosted on a .psf share. However, if you specify that the pre-compiled header is created on a local directory (c:\temp for instance) it compiles.
VS 2003 cannot create the project class view information .ncb file when the project is hosted on a .psh share. When you try to do a build, it fails because it cannot open the .pdb file.
You can reproduce these bugs very easily, just get a copy of VS 2008 Standard edition and use the project wizard to create a vanilla MFC project. Do the same for VS 2003. Make sure to create the project on a .psf share.