I'm pretty sure it applies.  Since the code is coming from the internet, it
is probably not being given full trust.  You don't want to require your code
to do that.  If you want to verify security is the problem create a new zone
for your URL and give it full trust.

Although you aren't doing anything, you are linking to assemblies in a
partially trusted environment, which are making there own linkdemands.
Somewhere in the chain, you don't have the required permission to load your
assembly or one of it's dependent assemblies.

-----Original Message-----
From: Unmoderated discussion of advanced .NET topics.
[mailto:[EMAIL PROTECTED] On Behalf Of Vince Sanzone
Sent: Thursday, October 07, 2004 8:55 AM
To: [EMAIL PROTECTED]
Subject: Re: [ADVANCED-DOTNET] Winform in Web browser

Julie, I have read that article as well but I don't think it applies here.
My control is not trying to do any type of file system access to the client
so I don't think I need to mess with the settings in the Code Groups or
Permission Sets.

But, I have tried to do what that article talks about but unfortunately it
didn't do much to get my control to load. I think the problem I am having
lies somewhere else, just not sure where. The example in that article talks
about IE giving the security error when the control tries to do client I/O,
I can't even get that far. I can't get the control to load on the page.

===================================
This list is hosted by DevelopMentorR  http://www.develop.com Some .NET
courses you may be interested in:

Essential .NET: building applications and components with CSharp August 30 -
September 3, in Los Angeles http://www.develop.com/courses/edotnet

View archives and manage your subscription(s) at http://discuss.develop.com

===================================
This list is hosted by DevelopMentor�  http://www.develop.com
Some .NET courses you may be interested in:

Essential .NET: building applications and components with CSharp
August 30 - September 3, in Los Angeles
http://www.develop.com/courses/edotnet

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to