Click here to Skip to main content
15,920,576 members
Home / Discussions / COM
   

COM

 
GeneralCOM Question Pin
Nick Parker22-Jun-03 4:39
protectorNick Parker22-Jun-03 4:39 
GeneralRe: COM Question Pin
valikac22-Jun-03 7:32
valikac22-Jun-03 7:32 
GeneralRe: COM Question Pin
Aravinthan25-Jun-03 3:08
Aravinthan25-Jun-03 3:08 
QuestionHow can my ActiveX control get the data of the file which locates on the server? Pin
stanley guan21-Jun-03 1:18
stanley guan21-Jun-03 1:18 
AnswerRe: How can my ActiveX control get the data of the file which locates on the server? Pin
valikac21-Jun-03 7:41
valikac21-Jun-03 7:41 
GeneralCOM interop in .NET Pin
slnarasimhan19-Jun-03 22:28
slnarasimhan19-Jun-03 22:28 
GeneralThird party program library method calls invocation Pin
yeeck19-Jun-03 21:14
yeeck19-Jun-03 21:14 
GeneralCOM+ Error Pin
Aky18-Jun-03 23:31
Aky18-Jun-03 23:31 
Im getting a COM+ error which is like

The system has called a custom component and that component has failed and generated an exception. This indicates a problem with the custom component. Notify the developer of this component that a failure has occurred and provide them with the information below.
Component Prog ID:
Server Application ID: {5C36819D-0094-454E-B9D2-C5B9C8FA34CE}
Server Application Name: TransactOnline
The serious nature of this error has caused the process to terminate.
Exception: C0000005
Address: 0x779D9256
Call Stack:
OLEAUT32!SysFreeString + 0x46
RPCRT4!NdrServerInitialize + 0x288
RPCRT4!NdrStubCall2 + 0x570
RPCRT4!CStdStubBuffer_Invoke + 0xC5
OLEAUT32!UserEXCEPINFO_free_local + 0x2114
+ 0xFFFFFFF7
+ 0x8820B0A8
------------------------------------------------
I have found out the that error to a particular structure which is

typedef struct XXXX
{
BSTR A_account;
BSTR B_Date;
BSTR C_Date;
BSTR D_Date;
} YYYY

In Sysfreestring(YYYY.B_Date),it is failing and giving errors.

I have initialised this structure through VB and passed to COM.

Moreover,when i build this on my machine (all params and environments are same), this works good.
The only difference between the "original Build machine" and my machine is i have Visual Studio SP5.
Any suggestions?..

GeneralRe: COM+ Error Pin
Steve S23-Jun-03 21:50
Steve S23-Jun-03 21:50 
GeneralRe: COM+ Error Pin
Aravinthan25-Jun-03 3:11
Aravinthan25-Jun-03 3:11 
QuestionInproc COM server question? Pin
Obi-Wan-Kenobi17-Jun-03 18:30
Obi-Wan-Kenobi17-Jun-03 18:30 
AnswerRe: Inproc COM server question? Pin
valikac18-Jun-03 6:57
valikac18-Jun-03 6:57 
AnswerRe: Inproc COM server question? Pin
Giles22-Jun-03 5:08
Giles22-Jun-03 5:08 
GeneralMSWord Applications Pin
Madmaximus17-Jun-03 10:01
Madmaximus17-Jun-03 10:01 
GeneralUse GetActiveObject first Pin
Vi219-Jun-03 19:58
Vi219-Jun-03 19:58 
GeneralRe: Use GetActiveObject first Pin
Madmaximus20-Jun-03 4:56
Madmaximus20-Jun-03 4:56 
GeneralActiveX stock property issue Pin
Marion2817-Jun-03 7:41
Marion2817-Jun-03 7:41 
Questionhow do i know whether an interface is createable or not? Pin
safee ullah16-Jun-03 0:25
safee ullah16-Jun-03 0:25 
AnswerRe: how do i know whether an interface is createable or not? Pin
J. Schermerhorn16-Jun-03 3:54
J. Schermerhorn16-Jun-03 3:54 
GeneralRe: how do i know whether an interface is createable or not? Pin
safee ullah16-Jun-03 19:34
safee ullah16-Jun-03 19:34 
QuestionHow to Implement DllGetClassObject?? Pin
Anonymous14-Jun-03 1:48
Anonymous14-Jun-03 1:48 
AnswerRe: How to Implement DllGetClassObject?? Pin
Anonymous14-Jun-03 2:23
Anonymous14-Jun-03 2:23 
Questioncomponet for INTERNET EXPLORER programming in .NET? Pin
Asim N.13-Jun-03 3:02
Asim N.13-Jun-03 3:02 
GeneralVisual Studio Add-In --> IApplicationEvents save event Pin
Amir Harel12-Jun-03 4:25
Amir Harel12-Jun-03 4:25 
GeneralRe: Visual Studio Add-In --> IApplicationEvents save event Pin
Anonymous19-Jun-03 21:37
Anonymous19-Jun-03 21:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.