| Author |
Run-time error '-3 (fffffffd)'
|
|
|
|
| Tony Proctor 2006-06-26, 7:56 am |
| There's no such error. Sounds like the code is trying to raise an exception
using an invalid error code. If it's your own code, you need to trap the
exception in the debugger and check the statement that's causing it.
Tony Proctor
"nime" <ea2005@planev.com> wrote in message
news:#TZxvz#lGHA.4712@TK2MSFTNGP04.phx.gbl...
> What is "run-time error -3" ?
>
> My code causes "run-time error -3" and stops running (debugging)
> with no clue.
>
>
>
>
| |
|
| I was debugging in the IDE. I've pressed Ctrl+Break but it didn't help,
debugging session stopped with no clue.
"Tony Proctor" <tony_proctor@aimtechnology_NoMoreSPAM_.com> wrote in message news:%23yeoSnRmGHA.4076@TK2MSFTNGP05.phx.gbl...
> There's no such error. Sounds like the code is trying to raise an exception
> using an invalid error code. If it's your own code, you need to trap the
> exception in the debugger and check the statement that's causing it.
>
> Tony Proctor
>
> "nime" <ea2005@planev.com> wrote in message
> news:#TZxvz#lGHA.4712@TK2MSFTNGP04.phx.gbl...
>
>
| |
| Michael C 2006-06-27, 3:56 am |
| "nime" <ea2005@planev.com> wrote in message
news:ef0PL8VmGHA.3752@TK2MSFTNGP02.phx.gbl...
>I was debugging in the IDE. I've pressed Ctrl+Break but it didn't help,
> debugging session stopped with no clue.
Try duplicating the problem in a small sample project and posting the code
here.
Michael
| |
|
| OK, small project is here : )
Private Sub Form_Load()
WebBrowser1.Navigate "www.cnn.com"
End Sub
When document seems done, an error occurs.
Maybe my machine has got a problem.
"Michael C" <nospam@nospam.com> wrote in message news:uH$cpnbmGHA.2396@TK2MSFTNGP05.phx.gbl...
> "nime" <ea2005@planev.com> wrote in message news:ef0PL8VmGHA.3752@TK2MSFTNGP02.phx.gbl...
>
> Try duplicating the problem in a small sample project and posting the code here.
>
> Michael
>
| |
| Michael C 2006-06-27, 6:56 pm |
| "nime" <ea2005@planev.com> wrote in message
news:uJClh4imGHA.3296@TK2MSFTNGP05.phx.gbl...
> OK, small project is here : )
>
> Private Sub Form_Load()
> WebBrowser1.Navigate "www.cnn.com"
> End Sub
Nice n small :-)
> When document seems done, an error occurs.
> Maybe my machine has got a problem.
I got a different error (100). It looks like errors in the javascript on the
page you're loading. Maybe the webbrowser control loads up an older version
of IE?
Michael
| |
|
| No webbrowser control loads the installed IE (IE7) here...
I switched to VB.NET Express instead of VB6 and got no problem with browsing now : (
"Michael C" <nospam@nospam.com> wrote in message news:uSZiwtkmGHA.856@TK2MSFTNGP03.phx.gbl...
> "nime" <ea2005@planev.com> wrote in message news:uJClh4imGHA.3296@TK2MSFTNGP05.phx.gbl...
>
> Nice n small :-)
>
>
> I got a different error (100). It looks like errors in the javascript on the page you're loading. Maybe the webbrowser control
> loads up an older version of IE?
>
> Michael
>
|
|
|
|