Hi All
We have an existing application (which we have no control of) written in .Net 1.1. It uses an embedded browser control that calls our component written in 2.0. The 2.0 component is called from the a web page in the host browser control.
If we run our component in stand-alone IE, it works, but when run under the 1.1 host application it fails. I have in fact verified that is the problem by changing the host's app.config to use 2.0 CLR, and our component then works. However, the host application is mostly broken when forced to run under the 2.0 CLR.
Please help - any way to configure it so that we can start the 2.0 CLR to run the embedded component in the web page.
Thanks
F
.NET Development29
|