Hi,
When opening a VS 2005 project on a server i get the following message:
"The Project Location is Not Trusted Dialog Box"
I then cannot see the project.
Im opening the project from a mapped drive and i have full rights on it.
Thanks for any help.
ScottYou cannot open a project located in a mapped drive. It will give this
information while opening the project.
How about keeping the project in your machine?
-
Vadivel Kumar
http://vadivelk.net
its a shared project, a few users need to work on it.
scott wrote:
> its a shared project, a few users need to work on it.
>
In that case, you have to use VSS or any other version control system.
Other wise, it is highly impossible.
-
Vadivel Kumar
http://vadivelk.net
..NET 1 C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322
.NET 2 C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin
One (simple) way to modify the policy affecting a file share is to give a
specific file share FullTrust permission using mscorcfg.msc. You must be an
administrator on the computer to make this change.
To give a file share FullTrust permission
1. Start mscorcfg.msc.
2. Expand the security node, the Machine node, the Code Groups node,
the
All_Code node, and then highlight the LocalIntranet_Zone node.
3. In the right pane select Add a new child code group to this code
group.
4. Choose Create a new Codegroup, then click Next.
5. Choose a Condition Type of Zone, then select Local Intranet Click
Next.
6. Choose Use Existing Permission Set of FullTrust. Click Next.
7. Click Finish.
8. Restart Visual Studio.
9. Build your project.
This did the trick.
Cheers
Scott
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment