This has been a thorn in my side for a while now..
I am trying to implement IHlinkFrame to implement in place navigation. my project is here: [
www.ipsdev.com]
The app is using some of the HtmlEditor interop code. (ComSupport and other supporting classes) I have added an implementation of IHlinkFrame and implemented it on my class, but it crashes after supplying the IHlinkFrame interface to the docuemtn via IServiceProvider.
run GetEditor through the debugger, and once the form shows up, telnet to 127.0.0.1 879, pressing F1 will load google, and pressing F2 will attempt to click the "Images" link, it crashes before returning.
I really need help with this.
Thanks,
Paul