Determine Hex Address of VB6 MTS DLL 
Author Message
 Determine Hex Address of VB6 MTS DLL

Greetings,

     I could not find a more appropriate forum for this
question.  I am hoping that someone will pick it up and
run with it.  Thanks in advance.

     I am hosting an ASP/VB6 MTS/SQL internet app on
WIndows Powered (Dell OEM version of 2K Adv. Srvr.) OS
that is reporting "ADODB.Parameter (0x800A0D5c) Object no
longer valid." errors on a line in the ASP that calls the
MTS object passing Request("vbl_name") objects as
parameters.

     I am also seeing the folowwing events in the NT Event
Log:

     EventID:     4194
     ...
     Exception:   C0000005
     Address:     0x1F4514E2
     Call Stack:
          msado15!DllGetClassObject + 0x1AD
          myobject + 0x1EF01
          ...

     Finally, my questions.

     1) Is the hex number following the myobject reference
in the Call Stack an offset to the calling line of code in
the module map or in memory?

     2) If it is an offset to the module map, how can I
trace it to the human-readable form of the code to try to
get a handle on what's going on?

     3) Am I way off base?

Thanks.
Dave



Mon, 04 Oct 2004 21:07:03 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. VB6 IDE crashes when reference local DLL that uses a remote MTS DLL

2. VB6 dll Performance Problem under MTS

3. mts, vb6, and "corrupt dlls"

4. Trouble Passing VB6 Collection Object to VB6 Component in MTS

5. CDO Address entry fields - hex codes

6. HELP: setting communication to a hex address and interrupt

7. How to convert an IP-address to Hex

8. Determining whether a component is REALLY running under MTS

9. VB6 Reading from binary/hex disk files

10. Odd problem with Hex within VB6

11. Hex Calculations with VB6 !

12. Oracle: Convert number to Hex-string VB6

 

 
Powered by phpBB® Forum Software