Problem parsing MSHTML elements

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
 
G

Guest

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
 

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

Top