473,405 Members | 2,176 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,405 software developers and data experts.

the project location is not fully trusted by .net runtime

I have a solution with several vb.net projects in it. I
developed the code in one machine then copied all the
files in the other machine to continue the development.
The projects are on the local drivers (E driver on the
first machine and C driver on the second). When I try to
open the projects on the second machine, I got:
The project location is not fully trusted by .net
runtime. This is usually because it it either a network
share or mapped to a network share not on the local
machine.
Since I am not dealing with network location here, I
guess it is because of the different driver's names???
I have been transferred those projects between the two
computers for quite a while. The problem suddenly
appears. Could someone help? Thanks. Quan
Nov 21 '05 #1
4 2618
If you are accessing the same files on two different machines the you
must be using a network of some sort. I would assume that E: drive on
the first machine is actually a mapped drive to the C: drive on the
second machine.

The easiest way to resolve this is to adjust the .NET security for the
Local Intranet zone to allow your machine to trust the code that's
running from another machine on your local network.

You can make this adjustment by running the .NET Framework Wizard in
your Control Panel.

Hope this helps,
Brian Swanson

"Quan" <ho*******@yahoo.com> wrote in message news:ho*******@yahoo.com:
I have a solution with several vb.net projects in it. I
developed the code in one machine then copied all the
files in the other machine to continue the development.
The projects are on the local drivers (E driver on the
first machine and C driver on the second). When I try to
open the projects on the second machine, I got:
The project location is not fully trusted by .net
runtime. This is usually because it it either a network
share or mapped to a network share not on the local
machine.
Since I am not dealing with network location here, I
guess it is because of the different driver's names???
I have been transferred those projects between the two
computers for quite a while. The problem suddenly
appears. Could someone help? Thanks. Quan


Nov 21 '05 #2
If you are accessing the same files on two different machines the you
must be using a network of some sort. I would assume that E: drive on
the first machine is actually a mapped drive to the C: drive on the
second machine.

The easiest way to resolve this is to adjust the .NET security for the
Local Intranet zone to allow your machine to trust the code that's
running from another machine on your local network.

You can make this adjustment by running the .NET Framework Wizard in
your Control Panel.

Hope this helps,
Brian Swanson

"Quan" <ho*******@yahoo.com> wrote in message news:ho*******@yahoo.com:
I have a solution with several vb.net projects in it. I
developed the code in one machine then copied all the
files in the other machine to continue the development.
The projects are on the local drivers (E driver on the
first machine and C driver on the second). When I try to
open the projects on the second machine, I got:
The project location is not fully trusted by .net
runtime. This is usually because it it either a network
share or mapped to a network share not on the local
machine.
Since I am not dealing with network location here, I
guess it is because of the different driver's names???
I have been transferred those projects between the two
computers for quite a while. The problem suddenly
appears. Could someone help? Thanks. Quan


Nov 21 '05 #3
Sorry I didn't make it clear enough. I am not accessing
the same files from two different machines. I copy the
whole files over. So I do some development on machine 1,
copy the files to machine 2 then start working on machine
2. I guess when I copy the files over to machine 2, some
info about the file paths on machine 1 is carried over
but I just couldn't find them.
Thanks.
Quan
-----Original Message-----
If you are accessing the same files on two different machines the youmust be using a network of some sort. I would assume that E: drive onthe first machine is actually a mapped drive to the C: drive on thesecond machine.

The easiest way to resolve this is to adjust the .NET security for theLocal Intranet zone to allow your machine to trust the code that'srunning from another machine on your local network.

You can make this adjustment by running the .NET Framework Wizard inyour Control Panel.

Hope this helps,
Brian Swanson

"Quan" <ho*******@yahoo.com> wrote in message

news:ho*******@yahoo.com:
I have a solution with several vb.net projects in it. I
developed the code in one machine then copied all the
files in the other machine to continue the development.
The projects are on the local drivers (E driver on the
first machine and C driver on the second). When I try to open the projects on the second machine, I got:
The project location is not fully trusted by .net
runtime. This is usually because it it either a network
share or mapped to a network share not on the local
machine.
Since I am not dealing with network location here, I
guess it is because of the different driver's names???
I have been transferred those projects between the two
computers for quite a while. The problem suddenly
appears. Could someone help? Thanks. Quan


.

Nov 21 '05 #4
Sorry I didn't make it clear enough. I am not accessing
the same files from two different machines. I copy the
whole files over. So I do some development on machine 1,
copy the files to machine 2 then start working on machine
2. I guess when I copy the files over to machine 2, some
info about the file paths on machine 1 is carried over
but I just couldn't find them.
Thanks.
Quan
-----Original Message-----
If you are accessing the same files on two different machines the youmust be using a network of some sort. I would assume that E: drive onthe first machine is actually a mapped drive to the C: drive on thesecond machine.

The easiest way to resolve this is to adjust the .NET security for theLocal Intranet zone to allow your machine to trust the code that'srunning from another machine on your local network.

You can make this adjustment by running the .NET Framework Wizard inyour Control Panel.

Hope this helps,
Brian Swanson

"Quan" <ho*******@yahoo.com> wrote in message

news:ho*******@yahoo.com:
I have a solution with several vb.net projects in it. I
developed the code in one machine then copied all the
files in the other machine to continue the development.
The projects are on the local drivers (E driver on the
first machine and C driver on the second). When I try to open the projects on the second machine, I got:
The project location is not fully trusted by .net
runtime. This is usually because it it either a network
share or mapped to a network share not on the local
machine.
Since I am not dealing with network location here, I
guess it is because of the different driver's names???
I have been transferred those projects between the two
computers for quite a while. The problem suddenly
appears. Could someone help? Thanks. Quan


.

Nov 21 '05 #5

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

Similar topics

0
by: Chris Gilbert | last post by:
I spent nearly a day trying to fix this so this is a helper post as I'm sure this is a bug. I created a new solution containing two projects on a network share *before* I had set up full trust...
2
by: mkomasi | last post by:
Hi, I have a VS.Net project that works correctly. When I open it from remote, a message will be appeared "The project location is not fully trusted by the ..NET runtime. This is usually because...
0
by: Eric Mamet | last post by:
I am getting this message when trying to open a VB Web Service running on my local C Drive... It started happening when I copied all my VB Solution (including the Web Service Project) from My...
0
by: George Durzi | last post by:
I'm attempting to pull down a VS .NET solution from VSS onto a new PC. The solution contains a web application and several class library projects. I get the "Project location is not fully...
3
by: BWilliams | last post by:
Hello all, I'm working with the DotNetNuke project, and am getting the above error when trying to open it in Visual Studio 2003. The Zip file was extracted to a local hard drive - other than C:...
1
by: Neil Robbins | last post by:
I am getting the following message when attempting to open a solution from another computer on my network: "The project location is not fully trusted by the .NET runtime. This is usually because...
0
by: Quan | last post by:
I have a solution with several vb.net projects in it. I developed the code in one machine then copied all the files in the other machine to continue the development. The projects are on the local...
4
by: Hardik Shah | last post by:
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,...
2
by: JohnGoogle | last post by:
Hi, This is a novists question so please bear with me! I downloaded a test C# project from 'The Code Project' internet site. Unzipped the project to my local folder 'C:\Test'. When I open the...
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
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
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.