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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top