MSHTML.DLL

  • Thread starter Thread starter Chris Evans
  • Start date Start date
C

Chris Evans

I am using MSHTML.DLL from a .NET v.1.1 Application. I noticed that
the application is loading both the .NET Framework 1.1 AND .NET
Framework 1.0 (because of MSHTML.DLL). How do I stop this from
happening? -- *2* frameworks in memory is no good.
 
Really, no one knows? Come on! Okay, a more general question. It
looks like PIAs are bound to a particular version of .NET -- is this
true?

If so, do vendors have to create different PIA versions for each .NET
version?

If this isn't true, then why does MSHTML.DLL use .NET 1.0?
 
Back
Top