How to trust an Network share

H

Hughs Man

I am not develop an VB .NET application within a team.
The source code is place into the server and user connect to the share for
development

When I load the project, VB.NET told me that
"The project location is not fully trusted by the .NET runtime......"

How can I correct this stuff ?

And is there any source control tools in Visual studio 2003.
 
C

Carlos J. Quintero [VB MVP]

Go to Control Panel, Administrative Tools, Microsoft .NET Framework
Configuration, open the MyComputer\Runtime
Security Policy\Machine\Code Groups\All_Code\LocalIntranet_Zone, right-click
New... and create a zone, give a name, select
URL type for the code group and type as URL
file://MyServer/MyFolder1/MyProjectLocation/*

Some versions of Visual Studio .NET 2003 (Enterprise, Architect) have Source
Safe 6.0 as source code control provider.

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top