If you’re in Vista and trying to access a project on your network you may get an errorfrom Visual Studio stating the “project location is not trusted.”
I trust it I do I do you say? Let’s tell Windows….
Open a command prompt.
CD to x:\windows\Microsoft.NET\Framework\v2.0.50727
Now let’s say you’ve mounted your network share as drive S:\. You will want torun the following command…
caspol -q -machine -addgroup 1 -url file://s:/*FullTrust -name “Development Share”
For good measure run: gpupdate /force and thenclose and relaunch Visual Studio and you should be ready to go.