Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cannot load more than two IE instances
Message
From
26/04/2015 00:17:56
 
 
To
25/04/2015 16:11:34
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 9.0
OS:
Windows 8.1
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01611875
Message ID:
01619146
Views:
27
>>Well, asking for specific interfaces was one of the tricks to work around IE mangling the HTML, needed for the early versions, and makes sense from the errror you mentioned. But in your first code snippet nothing was done at document level ? Or left out ?
>
>No, and never had to.
>
>This worked well for a year. Then, a Windows update kicked in and never worked since then. A year after, I decided to investigate more on the issue trying to find a workaround. I hope his one will be good for a while.


Puzzling... Why did you create a new instance of IE in the first place for each navigation ? Back ages ago each process could .Navigate2() to a couple of thousand URL before WorkingSetSize started to inflate and had to be clobbered. You could check, whether a new default interface has been created somewhere in ShDocVW or MSHTML.

Back then, calling .Navigate() often was replaced by the newer (IE4, IIRC) .Navigate2(), but that should not result in an error.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform