473,421 Members | 1,715 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,421 software developers and data experts.

VB.net project in network.

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


Nov 23 '05 #1
4 1926

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]

"Hardik Shah" <ha********@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP15.phx.gbl...
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

Nov 23 '05 #2
"Hardik Shah" <ha********@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP15.phx.gbl...
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.
Nov 23 '05 #3
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".

"Hardik Shah" <ha********@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP15.phx.gbl...
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

Nov 23 '05 #4
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

"Stanav" <st*******@hotmail.com> wrote in message
news:er**************@TK2MSFTNGP12.phx.gbl...
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".

Nov 23 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: JP | last post by:
Is there a way to acess .NEt web projects though UNC path (aka network path)? Heres the situation: 1. Dont want to use FP Extentions 2. Can get a web project to open using //IP of server/site...
1
by: GAVO-UK | last post by:
Hi - Using Access 2003 I've been creating applications in access for the past few years and gotten pretty good at it, now I would like to move a bit forward and start using ms access project. ...
0
by: Bob Weiner | last post by:
This my first C# and .Net project and as such, I developed most of the functionality in small projects to test and learn how to get things done. Now that each of the projects work I am building a...
2
by: Raterus | last post by:
Hi, I'm after this setup, and I'm just wondering if this is even feasible. I'd like to store my asp.net project remotely, on a network drive (all the project files, everything), But I want to be...
1
by: Tarun Mistry | last post by:
Hello all, im transitioning to .NET from various other languages (java, php, c++ etc) as I need to create some web services. However before I delve into doing so, I thought I would find some best...
6
by: JonSteng | last post by:
..Net Visual Studio Professional 2003 Version 7.1.3088 ..Net Framework 1.1 SP1 Version 1.1.4322 IIS 5.1 Windows XP Professional SP2 Micron T3000 Laptop (1.5 GHz; 1GB RAM; 40GB HD with 17GB Free)...
2
by: jawaid alam | last post by:
Hi all forum Member, I am facing very tropical type of problem. I devoloped a intranet web project. I want to print crystal report by selecting network printer. I accessed all network printer...
1
by: hotflash | last post by:
Hi All, I am working on a search feature, let's say if you type in the network "Cisco", it will search and display all of the projects under Network "Cisco" for me even the project is already...
1
by: twdo | last post by:
OK. I am totally frustrated here. I have a setup project within Visual Studio. That setup project is calling a class library project by the use of Custom Actions. Within that class library (my...
2
by: =?Utf-8?B?SGF6ZWxyYWg=?= | last post by:
I posted this question on a different website but I didn't get a response that worked. If I run this code from my computers hard drive, C:\, it detects the networked mapped drive, J:\, just...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.