IE embedded .NET control external reference problem

  • Thread starter Thread starter Terence Lee
  • Start date Start date
T

Terence Lee

Hello,

I am currently writing a .NET usercontrol to be hosted in IE. The
problem is, the assembly doesn't seems to be able to locate the external
dll (e.g. AxInterop.SHDocVw.dll) it is referencing.

Any hints?

Thanx,
Terence
 
IE doesn't support this..

you are trying to use the Browser Com object in the same browser.. even
thought Microsoft has built .Net very tightly with COM, you cannot do this..
I saw a technical article on this at MSDN as well..

Nirosh.
 
Back
Top