Re: how do you specify the .NET runtime version for controls embedded in web browsers?

From: Mathew (mathew_at_noemail.nospam)
Date: 01/24/05


Date: Tue, 25 Jan 2005 08:31:11 +1300

Hi Steven

Thank you for the prompt answer, although you'll understand if I don't see
it as good news. One might expect users of IE to use hosted controls from
multiple sources and designed for various version of .NET, is there a way to
ensure they work in the future? Assuming new versions of the .NET framework
continue to contain a small number of breaking changes I don't see how the
system can work reliably without side by side execution of different
versions of the runtime. Have I missed something important? What's your
advice to control writers?

Regards
Mathew

"Steven Cheng[MSFT]" <v-schang@online.microsoft.com> wrote in message
news:5UXZcYcAFHA.768@cpmsftngxa10.phx.gbl...
> Hi Mathew,
>
> Thanks for your posting. As for the specifying .net runtime version for IE
> host winform control problem you mentioned, it is a bit difficult to do
> it
> at serverside.
> Generally the .net framework provide us the ability to specify the runtime
> version via app.config file. However, this approach is for application
> based, which means we can't specify a config setting for an assembly.
> And as for the IE hosted winform control, the winform controls' host
> application is the internet explore( iexplorer.exe) . So currently the
> only
> means for specifying the runtime version hosting the IE hosted control is
> providing a application config file for the iexplorer.exe. The file's
> named should be
> "IEXPLORER.EXE.CONFIG" which contains the following setting:
>
> <configuration>
> <startup>
> <supportedRuntime version="v1.1.4322"/>
> <supportedRuntime version="v1.0.3705"/>
> </startup>
>
> </configuration>
>
> Thanks.
>
> Regards,
>
> Steven Cheng
> Microsoft Online Support
>
> Get Secure! www.microsoft.com/security
> (This posting is provided "AS IS", with no warranties, and confers no
> rights.)
>



Relevant Pages

  • Re: native TAB support
    ... Currently in the latest source code the hosted controls will correctly ... the Tab key doesn't pass focus to the next control on the form. ... "Tim Wilson" wrote in message ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: native TAB support
    ... Tim Wilson ... > Currently in the latest source code the hosted controls will correctly ... > the Tab key doesn't pass focus to the next control on the form. ... >> .Net Compact Framework MVP ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: IE hosted .NET control as webservice client
    ... The hosted controls know nothing about the session.To the best of my ... You could probably specify the session ID as one ... of the parameters within the tag so the control will then be able ... > I'v got a web aplication (many aspx and html pages), ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: IE hosted .NET control as webservice client
    ... The hosted controls know nothing about the session.To the best of my ... You could probably specify the session ID as one ... of the parameters within the tag so the control will then be able ... > I'v got a web aplication (many aspx and html pages), ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: SP3 potential problem
    ... Catalyst Control Center at ... Open Windows Explorer and check for the two files. ... I have not been able to download Net Framework ... item that appear on the support site for my machine. ...
    (microsoft.public.windowsxp.basics)