.Net 2.0 and Internet Explorer Embedded Controls

  • Thread starter Thread starter Huw
  • Start date Start date
H

Huw

Hello,

we currently use .net embedded window controls in our application,
compiled on version 1.1. I'd like to be able to install the beta of
2.0 and investigate the changes, however Internet explorer will always
use the latest version of the framework installed to run any embedded
controls. Obviously our controls are compiled using the 1.1 compiler
does anyone know of any workarounds to allow IE to use the correct
version of the .net framework for the embedded control?

Cheers,

Harry
 
The best way to test 2.0 is to set up a beta machine (Virtual PC machine is
fine).

---

Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 
That's what I figured. Though it will cause problems if on
release of 2.0 IE still uses the latest version. As we'll need to make
certain we have are code compiled on both versions and
detect which version the user is using.

Cheers,

Huw
 
Back
Top