I am working on an app that needs to access IE and manipulate HTML5. I have worked with MSHTML versions before but could not find information on how to reference and redistribute MSHTML 10. The version installed on Windows 7 with VS 2010 and IE 10 is MSHTML 7.
Any advice would be appreciated.
UPDATE: As Vitor Canova suggested, I found mshtml.dll version 10.0.9200.16576 in System32 and SysWOW64 folders but it appears to be a native DLL and there are no primary interop assemblies installed that show up filtered in the references dialog. I could probably reference it as a COM dll but wanted to know if a PIA officially exists and what the redistribution conditions are.