|
-
Dec 2nd, 2004, 01:16 PM
#1
Thread Starter
Addicted Member
RTE I've never seen..
Hello all...
have a new vb6 app, that uses a webbrowser.refresh contol setting.
when I comment out that single line, the app works fine...
when I try to use same, I get an error I've never seen before...
RunTimeError " -2147467259 (80004005)"
Automation Error
Unspecified Error
Anyone know why that might be happening?
Jim
Jim Rudnick
MCSD
KKT INTERACTIVE
www.kkti.com
-
Dec 2nd, 2004, 01:44 PM
#2
With out knowing what you are trying to do, this is the best I can come up with: http://search.microsoft.com/search/r...&c=0&s=1&swc=0
Tg
-
Dec 2nd, 2004, 01:58 PM
#3
Thread Starter
Addicted Member
Here's the thing...
I'm trying to create a loading tool for my server -- in hopes that it may work out that this *might* have a commercial application.
What I'm trying to do, is to allow a user (me so far) to type in a website URL. I then load up 50 IPs from a free proxy site.
The app then goes and changes IE to use that first proxy, then goes to the URL and loads the site into the webbrowser window.
Once there, the app opens up a new small window, goes and gets another IP, changes IE, then loads the same site by refreshing same. It does this over and over till all 50 IPs are used and that creates a 'similar' load as if the site were actually getting 50 concurrent users. Oh, the page that they go to assigns a session ID in ASP to mark each time the server page was visited.
This is about the only way I can think of to both load the server, use a diff IP so I can track where the server "failed" to accept a new conn....
But that aside, it does seem like the app still does work with the simple webbrowser1.refresh line being used...and runs fine without it.
Anyone? But thanks for those links, I'm gonna investigate...
Jim
Jim Rudnick
MCSD
KKT INTERACTIVE
www.kkti.com
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|