Winforms hosting in IE

A

Andreas Draheim

Hi all,

I try to get the quickstart from the .NET 1.1 hosting a WinForms Control in
IE running in .NET 2.0. But I cant get it going.
(http://samples.gotdotnet.com/quickstart/winforms/doc/WinFormsIeSourcing.aspx)

It seems not to be possible getting the value of the textbox inside the
control.

Running the original in .NET 1.1 it is all working.

Can somebody give me a hint where I could get deeper information, what is
going on in the background of the hosting process (IEHost.dll). I already
tried to debug the iehost (http://support.microsoft.com/kb/313892/), but the
debugging seems not to be running on a win 2003 Server machine with sp1
installed.

The security settings allow full trust to the site running the control and
the assembly, containing the control, too.

Does anybody have some information on changes in the hosting process in .NET
2.0?

Running system:
Win2003Server Enterprise SP1
..NET 2.0

Kind regards
Andreas Draheim
IIS 6.0
VS2005TS
 
G

Guest

Hello Andreas,

I'm not sure if this is going to help or not but have you checked the .NET
2.0 configuration to see if it is allowing the the code to run. The
installation of the .NET Framework 2.0 alone doesn't install this utility you
need to install the .NET 2.0 SDK. Once installed you can access it from
Administators Tools.

- Adam
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top