Click here to Skip to main content
15,890,512 members
Home / Discussions / COM
   

COM

 
AnswerRe: IIDFromString Failing ! Pin
Hans Ruck12-Jul-06 2:54
Hans Ruck12-Jul-06 2:54 
GeneralRe: IIDFromString Failing ! Pin
Malli_S12-Jul-06 18:33
Malli_S12-Jul-06 18:33 
GeneralRe: IIDFromString Failing ! [modified] Pin
Hans Ruck12-Jul-06 20:53
Hans Ruck12-Jul-06 20:53 
Questiondeveloping COM Application Pin
peter rankel11-Jul-06 21:03
peter rankel11-Jul-06 21:03 
AnswerRe: developing COM Application Pin
kumarprabhakar7411-Jul-06 22:22
kumarprabhakar7411-Jul-06 22:22 
Questioncallllllllllllllllllllllll Pin
arun.m11-Jul-06 21:03
arun.m11-Jul-06 21:03 
AnswerRe: callllllllllllllllllllllll Pin
Malli_S11-Jul-06 21:43
Malli_S11-Jul-06 21:43 
QuestionC# HELP Web service can not get array of int, or byte from COM object Pin
guocang11-Jul-06 11:33
guocang11-Jul-06 11:33 
Hi everyone,

I am currently working on a smartphone project that needs to
communicate with some COM component. Since the .NET compact framework
does not support the DCOM, I decided to create a web service to expose
the COM component's methods and events.

As the some of the COM methods return int** or byte** data back to the
caller, I manually changed the generated interop assembly ( from
IntPtr to IntPtr& for the out going parameter int*** or byte**) after
generating the intermedate language file using ildasm.exe and
regenerate the interop assembly using ilasm.exe utility in order to
get the arrays of bytes or integers for the web service methods.

Here is the problem I am facing:

The web service methods caller can only get the first elements back
from the COM component while windows caller can get all the data back.

I wonder if I need set some binding attribute to make it work for web service.

I would be very grateful if you could help me out.

send me info here or @ guocangz@yahoo.ca

Thank you.

Mike Zhang.



Have a nice day

-- modified at 17:33 Tuesday 11th July, 2006
AnswerRe: C# HELP Web service can not get array of int, or byte from COM object Pin
Mike Dimmick14-Jul-06 4:28
Mike Dimmick14-Jul-06 4:28 
QuestionBig Problem Pin
Ahmed Charfeddine11-Jul-06 1:21
Ahmed Charfeddine11-Jul-06 1:21 
Questionhow to change recipents in outlook2003(vc6) Pin
cpusoft10-Jul-06 21:06
cpusoft10-Jul-06 21:06 
QuestionBSTR and VARIANT Pin
anu_8810-Jul-06 20:59
anu_8810-Jul-06 20:59 
AnswerRe: BSTR and VARIANT Pin
Rory Solley10-Jul-06 22:24
Rory Solley10-Jul-06 22:24 
QuestionCOM is based on what TYPE of DESIGN PATTERN Pin
Balkrishna Talele10-Jul-06 1:38
Balkrishna Talele10-Jul-06 1:38 
AnswerRe: COM is based on what TYPE of DESIGN PATTERN [modified] Pin
Machhindra10-Jul-06 23:04
Machhindra10-Jul-06 23:04 
Questioncan i pass object through IPC in .net ? code inn Pin
K edar V9-Jul-06 21:02
K edar V9-Jul-06 21:02 
AnswerRe: can i pass object through IPC in .net ? code inn Pin
Eran Aharonovich11-Jul-06 11:02
Eran Aharonovich11-Jul-06 11:02 
QuestionDCOM in service Pin
Greg_moon9-Jul-06 7:31
Greg_moon9-Jul-06 7:31 
QuestionHow do I invoke MySQL from a Com object Pin
Ger Hayden8-Jul-06 4:42
Ger Hayden8-Jul-06 4:42 
AnswerRe: How do I invoke MySQL from a Com object Pin
Malli_S10-Jul-06 1:26
Malli_S10-Jul-06 1:26 
QuestionHow do I call a dll from a com object Pin
Ger Hayden8-Jul-06 4:37
Ger Hayden8-Jul-06 4:37 
AnswerRe: How do I call a dll from a com object Pin
peterchen8-Jul-06 5:28
peterchen8-Jul-06 5:28 
QuestionFile Not found calling C# COM assembly from C++ [modified] Pin
JakeWyman8-Jul-06 1:30
JakeWyman8-Jul-06 1:30 
QuestionCom interface call retuns error "Not enough storage is available to complete this operation" Pin
george_thomas6-Jul-06 20:32
george_thomas6-Jul-06 20:32 
QuestionInstances of COM Objects Pin
HakunaMatada6-Jul-06 20:09
HakunaMatada6-Jul-06 20:09 

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.