Problem parsing MSHTML elements

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

Guest

Hi,

I have developed a helper object and i m using Microsoft.MSHTML assembly for
parsing the contents of the pages rendered in the browser.

If I work with the VS 2003 IDE installed on the machine my code works fine,
but when only .Net Framework 1.1 is installed the helper object is not able
to get the elements from the browser. It returns the null objects.

Browser: 5.0 & 5.5
Framework: 1.1

Can any one give some clue on what could be the problem?

Thanks

Rajesh Thareja
 
It probably uses some other COM objects registered with the install of VS2003.
Try using filemon while its working to see if it loads any other dlls into
the app. Then grab these and register them on the .NET1.1 only machine and
see if it helps.

Ciaran O'Donnell
 
Back
Top