473,508 Members | 2,006 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

downloaded source code "not fully trusted"

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

Nov 21 '05 #1
6 1593
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

"sw************@yahoo.com" wrote:
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

Nov 21 '05 #2
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
Scott Swigart wrote:
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

"sw************@yahoo.com" wrote:
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


Nov 21 '05 #3
Is this a Web application or a Windows application?

"sw************@yahoo.com" wrote:
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
Scott Swigart wrote:
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

"sw************@yahoo.com" wrote:
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


Nov 21 '05 #4
Windows application

Scott Swigart wrote:
Is this a Web application or a Windows application?

"sw************@yahoo.com" wrote:
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
Scott Swigart wrote:
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

"sw************@yahoo.com" wrote:

> 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
>
>



Nov 21 '05 #5
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

"sw************@yahoo.com" wrote:
Windows application

Scott Swigart wrote:
Is this a Web application or a Windows application?

"sw************@yahoo.com" wrote:
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
Scott Swigart wrote:
> 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
>
> "sw************@yahoo.com" wrote:
>
> > 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
> >
> >


Nov 21 '05 #6
Do you run the code from a network drive?
These are not trusted bij the .NET framework

Peter
On 12 Jan 2005 20:48:33 -0800, sw************@yahoo.com wrote:
Windows application

Scott Swigart wrote:
Is this a Web application or a Windows application?

"sw************@yahoo.com" wrote:
> I get the message when I double click the .sln file to start theIDE. > 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 onmy > machine.
> Bill
> Scott Swigart wrote:
> > 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
> >
> > "sw************@yahoo.com" wrote:
> >
> > > 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 someway. > > > Bill
> > >
> > >
>
>


Nov 21 '05 #7

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

Similar topics

4
1636
by: Richard Shea | last post by:
Hi - I've writing a Python script which has a query which looks like this ... select * from T where C1 not in (1,2,3) .... C1 is a numeric column so elements of (1,2,3) must not be quoted...
5
3413
by: Larry R Harrison Jr | last post by:
I use the Lebans calendar control and love it; the only thing is that it commonly starts out at the year 1899 rather than the current year. Is there a way to specifically tell it to start at the...
72
4124
by: Paminu | last post by:
In math this expression: (a < b) && (b < c) would be described as: a < b < c But why is it that in C these two expressions evaluate to something different for the same values of a, b and...
0
1167
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
1037
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
2327
by: drk.kumar | last post by:
Hi, I would like to add an url as a "Trusted" one(Manual way : Tools->InternetOptions->security->trusted sites). How do I make it through javascript code. Please let me know any sample code on...
0
1054
by: not_a_commie | last post by:
I would like the (VS2005) debugger to not break when Microsoft.DirectX.DirectInput.UnsupportedException is thrown, which inherits from System.ApplicationException. Is there anyway to do this? The...
3
3168
by: billelev | last post by:
I'm a relative newbie to java and have encountered a "source not found" error when trying to debug the following section of code (for the ParseException.class). public PaymentDates (String...
6
1751
by: grbgooglefan | last post by:
I am creating functions, the return result of which I am using to make decisions in combined expressions. In some expressions, I would like to inverse the return result of function. E.g....
0
7388
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...
1
7049
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5631
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,...
1
5055
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...
0
4709
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3199
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3186
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
767
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
422
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.