Go Back   Forum Care Forums > Development Reference Area > Visual Basic

Reply
 
LinkBack Thread Tools Display Modes
Error 424 In VB 6
Old
  (#1)
Matt
Guest
 
Posts: n/a
Default Error 424 In VB 6 - 06-04-2007, 09:45 AM

All parts of this application is written in VB 6.0. I have a dll on
the server registered through COM+ and have exported it to a msi
that's been installed on the workstation. Some of the time, the
workstations run just fine. Then all of a sudden they aren't able to
call a function on the server that they were previously able to call
and they get error 424 (and sometimes it reboots the workstation). I
know it has something to do with calling the component on the server,
but don't know anything beyond that (other than it possibly involving
the network setup). I also don't understand why it works part of the
time and not other times.

Any help is greatly appreciated!
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Re: Error 424 In VB 6
Old
  (#2)
Eddie B
Guest
 
Posts: n/a
Default Re: Error 424 In VB 6 - 06-04-2007, 09:45 AM

What is the program doing when the error 424 is thrown?

"Run time error '424': Object required"

You need to find out exactly what the program is doing when this error
occurs. I have a module I use in VB6 that logs errors, with your help
of course. It may help you track down the problem.

ww.theblattners.com/programming/errormessenger.htm

Let me know if you have any problems...

On 13 Aug 2004 15:35:32 -0700, EMAIL REMOVED (Matt)
wrote:

>All parts of this application is written in VB 6.0. I have a dll on
>the server registered through COM+ and have exported it to a msi
>that's been installed on the workstation. Some of the time, the
>workstations run just fine. Then all of a sudden they aren't able to
>call a function on the server that they were previously able to call
>and they get error 424 (and sometimes it reboots the workstation). I
>know it has something to do with calling the component on the server,
>but don't know anything beyond that (other than it possibly involving
>the network setup). I also don't understand why it works part of the
>time and not other times.
>
>Any help is greatly appreciated!


   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Re: Error 424 In VB 6
Old
  (#3)
Matt
Guest
 
Posts: n/a
Default Re: Error 424 In VB 6 - 06-04-2007, 09:46 AM

It happens when the component is being called on the server. I have
used very extensive error handling that tells the project, module,
function, and even the line number where the errors occur. However,
when this error comes up, it only lists the project. This usually
means that there's a problem with the references and the code isn't
actually reached (when it sees that there's a problem with the
references, it kicks out and generates the error). I know that
there's not a problem with the references because the code works part
of the time and not others. And if a reference were missing I think
it would be error 429, not 424.
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On





Contact Us - Forum Care Forums - Archive - Top