I am not sure if this problem is a .NET CAS security issue since you
indicated "I get a frame where the control should be with that little icon
with the red square, green circle, and blue triangle" but you did not say
anything thing about IEExec.exe displaying a security exception.  So it
may be one of these problems:

1) Some IE security setting that is blocking the load of the control such
as the .NET framework reliant components policy setting in IE.
2) Are you using System fonts/colors on your control.  Make sure to go
through and modify "necessary" fonts/colors to something like the web
colors.  Note I use "necessary" since it seems not every Winforms control
needs to follow this guideline such as a button (unless you use a
backcolor I think) but other controls do (i never took the time to putts
around enough to define the rule).

If you create a winform control with just a single textbox or button on it
does it load correctly?  This generally helps determine if [2] is a
problem.

Chad

On Thu, 7 Oct 2004 09:29:06 -0400, Vince Sanzone <[EMAIL PROTECTED]> wrote:

>Okay, I have given trust to the assembly in a few ways.
>In Runtime Security Policy --> Machine --> Code Groups --> All_Code there
>are the internet zones that IE runs. My app when beign tested locally runs
>as a trusted site. But jsut to be sure I added "New Code Groups" to the
>Trusted_Zone and LocalIntranet_Zone. In went throught he wizard and said i
>wanted a new code group with a "Strong Name" condition and I selected
>the .dll in the wwwroot/.
>
>I have also tried not using the "Strong Name" condition and just saying
>fully trust anyone in these zones. Neither has worked for me. Are there
>any other security settings I should be looking at?
>
>Thanks.
>
>===================================
>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

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