Home All Groups Group Topic Archive Search About

Problem parsing MSHTML elements

Author
9 Nov 2006 2:16 PM
Rajesh
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

Author
10 Nov 2006 12:06 PM
Ciaran O''Donnell
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

Show quote
"Rajesh" wrote:

> 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

AddThis Social Bookmark Button