Ive been working on a great script the last two weeks. Everything is ironed out and working great. All my IE calls are solid and working. Today I go into the business to test the latest code and using the EXACT code from yesterday that worked, does not today.
There site is an internal one, which is added to there trusted zones on their browsers. It is in IE8, all environments are windows 7.
Now it was working yesterday, but today when creating a blank browser it works. I can navigate that browser to google.com and it works just fine. As soon as I navigate it to there internal site that object reference is no longer valid. I get the Browser has been deleted error. I cannot use that reference any longer.
Ive tried getting the window handle after creation and using that at the later point when this happens... no luck. Ive tried reattaching via the title and no luck. Ive tried many ways to get around this however it comes back to the problem of, it worked yesterday but not today.
Any suggestions on where to go? Im hoping it fixes itself overnight, but is there any way to deal with this error? It happens on multiple computers (4 tested) and they all run into the same error. So I know its not just one user messing up their settings.
The real kicker is, there is one computer (out of a possible 5) that is pretty much identical to the rest except it runs on that one just fine. Same code, same OS, same everything. Why is this happening?