downloaded source code "not fully trusted"

  • Thread starter Thread starter swartzbill2000
  • Start date Start date
S

swartzbill2000

Hello,
I have some downloaded source code on my machine that the .net
framework thinks is "not fully trusted". How can I fix this? I assume I
use the 'Microsoft .NET Framework 1.1 Configuration' in some way.
Bill
 
Can you elaborate? You say that you have source code on your machine, when
do you get the "not fully trusted" message? When you run it from inside of
Visual Studio? Also, are you certain that it's running on your machine, and
not from a network share?

Thanks,
Scott Swigart
www.swigartconsulting.com
blog.swigartconsulting.com
 
I get the message when I double click the .sln file to start the IDE.
The message appears in a pop-up window before the project loads, which
it does. I am certain that both the IDE and the source files are on my
machine.
Bill
 
I'll admit, this is a shot in the dark, but open the .sln and .vbproj or
..csproj files in Notepad and make sure that nothing's being referenced by
server name, as in \\myserver instead of c:\somepath.

Scott Swigart
 
Do you run the code from a network drive?
These are not trusted bij the .NET framework

Peter
 
Back
Top