Hmmm ... I definitely had the same exact result as you when I was working with embedding winform controls that were written using tablet pc sdk goo. Just the little "nothing here" graphic and not the security error. In that case however, the newer sdk had changed the controls so that they worked in partial trust and the test machine did not have the latest tablet pc o/s bits on it to grok that. The big difference was that the older controls were trying to work with windows handles (thereby mucking in unmanaged code and requiring full trust) and the newer ones were not. The result was that the control was just plain old not loading vs. loading and throwing the error. Perhaps you have something related to that?
This is the only situation where I happened to get the same error that you are getting - control not loading. So other than this type of situation, I definitely can't offer any other info but surely others here can. julie -----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
