Hello! I implement Asynchronous Pluggable Protocol (app) and try some of functionality solve with standard http protocol (CLSID_HttpProtocol i create it with HRESULT hr=CoCreateInstance(CLSID_HttpProtocol, NULL, CLSCTX_INPROC_SERVER, IID_IInternetProtocol, (void**)&iProtocol)Wink But i have trouble in IE7. When call my IInternetprotocol:Tongue Tiedtart, i call Start method of standard http protocol (which was getted by CoCreateInstance as write below) and have a error MK_E_SYNTAX (0x800401E4), but url is absolutely valid (like "http://msdn.com/") In IE6 all work fine Please help my
Here is a solve of problem: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1042745&SiteID=1&pageid=0