Well for the sake of grabbing at straws, there is this note within the tablet sdk documentation on this page
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/tpcsdk10/lo nestar/managed_ovw/tbconsecurityandtrust.asp which says : "If you are using Service Pack 2 (SP2) and CLR1.0, then having Web controls in Internet Explorer require adding the site as a trusted site, even if they are in the Intranet zone. However, when you do so, they will no longer run in the Trusted Site zone, although they do run in the Intranet zone. This issue is fixed with CLR1.1." Yes it says web controls, but the entire page is about windows forms controls and well, maybe it's a typo <g> *and* I'm not sure if it means winxpsp2 with .net 1.0 or IE6 SP2 with .net 1.0. Although I am assuming you are using .net 1.1, I just thought I'd throw this out there anyway, just in case... julie ---------------------------------------------------------------------------- ---- -----Original Message----- From: Unmoderated discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Vince Sanzone Sent: Thursday, October 07, 2004 9:29 AM To: [EMAIL PROTECTED] Subject: Re: [ADVANCED-DOTNET] Winform in Web browser 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 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
