Chris

Chris

  • NA
  • 4
  • 0

Visual Basic .NET on a Mapped Drive

Apr 29 2008 11:50 AM

Hi
I’ve started to develop VB.Net application within the company I work for using
Visual Basic 2008 Express Edition. 

Working and testing locally I had no problem, but when I started to develop the application on my shared mapped drive I started get problems.

 The first one was, when I loaded the project from the mapped drive a popup message stating:

The Project location is not trusted

[PATH]

running the application may result in security exceptions when it attempts to perform action which  require full trust

 

I’ve been into the project security properties and set it to “this is a full trust application” and still not joy.

 
If I develop and build the application on my local machine and then try and run it on a mapped drive it fall over and crashes (Doesn’t even seem to start).

 Does anyone have any ideas on how I can get around this?

 Thanks