VB.net project in network.

H

Hardik Shah

Hi,

I have a project, that requires to be developed through more than one
computer. Is there any hints/articles for multiple user development. (The
main PC for development is Win Server 2003, and others are Win XP)

When I open the project on other machine following message I found,

The project location is not fully trusted by the .net run time.
This is usally because it is either a network share or mapped to network
share not on the local machine...............


Thanks in advance.


Hardik Shah
 
M

m.posseth

You should use a Sourcesafe server for this purpose , or with VS.Net 2005
Team system is the way to go


regards

Michel Posseth [MCP]
 
P

Phill. W

I have a project, that requires to be developed through more than one
computer.

But /only/ by a single Developer, I hope!!
When I open the project on other machine following message I found,

The project location is not fully trusted by the .net run time.

By default, the Framework regards your network servers and
w w w.DodgyAndDangerousSoftware.com as equally /un/trustworthy
and will refuse to run code from either of them. Once a program makes
it into th elocal file system, it's fine, but until it does, it's viewed as
"suspect".
Read up on Code Access Security Policies, which can "convince" the
Framework to "Trust" areas on your network.

HTH,
Phill W.
 
S

Stanav

Use "Microsoft .Net Framework Wizards" which can be found under
"Administrative Tools" in control panel of your local PC and set your local
intranet to "Fully Trust".
 
G

Greg Burns

You'll get your hand slapped in this group if you do. :^) But I agree that
is simplest.

You may want to look into installing some source control software. That way
you can check in your code to a central repository to avoid this problem.

Greg
 

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