.Net 2.0 Bug, IE hosted .net 1.1 windows forms no longer work afte

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have several windows forms controls that I have built for my company and I
host them in IE on our intranet. These forms are compiled with vs2003 and
..net 1.1. The problem is that when I installed beta 2 of .net 2.0 on my PC
these hosted forms no longer worked, I think they should work because 1.1 and
2.0 are different animals and those controls should target 1.1 since they
were built in 1.1....

This sounds like a bug to me, if 2.0 ships and our client PC's install it,
will my controls no longer work?

If anyone can help answer or tell me a work around for now that would be
great!

Thanks,
Bryan
 
Hi,

I ran into the same problem.
Actually, I think that loading those classes using v1.1 runtime, will solve
the problem.
Any ideas how it can be achieved?

Thanks.
 
Sorry, I have not found any information on that. That is a good idea though.
I think that IE host must target the latest verision of the runtime...
 
Back
Top