Re: Error 2147417848 - Method '~' of Object '~' failed.
From: Randy Birch (rgb_removethis_at_mvps.org)
Date: 01/13/05
- Next message: simmonda: "VB6 usercontrol gives access violation when handling events"
- Previous message: Keith: "Error 2147417848 - Method '~' of Object '~' failed."
- In reply to: Keith: "Error 2147417848 - Method '~' of Object '~' failed."
- Next in thread: Keith: "Re: Error 2147417848 - Method '~' of Object '~' failed."
- Reply: Keith: "Re: Error 2147417848 - Method '~' of Object '~' failed."
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 13 Jan 2005 00:16:21 -0500
Q270589 BUG: Run-Time Error Message -2147417848 (80010108) When Passing
Array of Dictionary Objects
Q192129 PRB: Run-Time Error '373' or '-2147417848(80010108)'
Q254908 FIX: Application with Inet Control Gets -2147417848 Automation
Error Message
Q171812 FIX: Run-Time Error When DataObject Passed as Object
Q264658 XL2000: Format Painter Causes Excel to Stop Responding If Date
Watch Add-in Is Enabled
Q231144 XL2000: Cut and Paste Operation in Visual Basic Procedure Hangs
Excel
Q194912 FIX: Add Method of Forms Collection Fails in Executable
Q223080 FIX: ADODC Errors When RecordSet Property is set to NULL
Q223116 FIX: Public Type Statement Causes Application Error
Q223077 FIX: VB 6.0 Adding Split to a DataGrid May Cause Error
-- Randy Birch MS MVP Visual Basic http://vbnet.mvps.org/ "Keith" <Keith@discussions.microsoft.com> wrote in message news:99BE6FA2-454E-4780-B8C3-195E7C9EC8A5@microsoft.com... : Hello, : : I have googled for a couple weeks now on and off regarding this issue, and : the closest I've come is someone explaining almost the exact scenario here: : : http://www.busterone.com/new-1762156-3394.html : : I have an ASP page that calls one of our DLLs. This DLL makes calls to many : different late-bound 3rd-party components. We are having an issue where calls : to various exposed 3rd party methods are giving us the error: : : 2147417848 - Method '~' of Object '~' failed. : : The thing is, we cannot reproduce it in-house on our XP development : machines. It is happening in production on clients' WIN2k machines. : : When we look at our generated error logs, we notice the calls that the : system bombs on are different from case to case, but all involve calling : methods of 3rd party objects from a specific DLL we own. And in most cases : there are other method calls to the same object (different method) that go : off without a hitch. : : Any help always appreciated. : : : This is from the microsoft documentation about this error code: : : -2147417848 (80010108) The object invoked has disconnected from its : clients. : : This hints to the possibility that for some reason we are losing the pointer : to the object, and that the method isn't bombing, but the CALL to the method : is bombing (?). :
- Next message: simmonda: "VB6 usercontrol gives access violation when handling events"
- Previous message: Keith: "Error 2147417848 - Method '~' of Object '~' failed."
- In reply to: Keith: "Error 2147417848 - Method '~' of Object '~' failed."
- Next in thread: Keith: "Re: Error 2147417848 - Method '~' of Object '~' failed."
- Reply: Keith: "Re: Error 2147417848 - Method '~' of Object '~' failed."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|