Click here to Skip to main content
15,895,283 members
Home / Discussions / C#
   

C#

 
AnswerRe: Hover on Button Pin
smarttom9912-Jul-06 11:07
smarttom9912-Jul-06 11:07 
Question0 == 1 (TabPageCollection.Insert fails rule of least surprise) Pin
sciolizer11-Jul-06 15:21
sciolizer11-Jul-06 15:21 
AnswerRe: 0 == 1 (TabPageCollection.Insert fails rule of least surprise) Pin
J4amieC11-Jul-06 21:53
J4amieC11-Jul-06 21:53 
GeneralRe: 0 == 1 (TabPageCollection.Insert fails rule of least surprise) Pin
sciolizer12-Jul-06 7:07
sciolizer12-Jul-06 7:07 
Questionvs.net 2005 to vs.net 2003 Pin
haytham_mohammad11-Jul-06 14:27
haytham_mohammad11-Jul-06 14:27 
AnswerRe: vs.net 2005 to vs.net 2003 Pin
Judah Gabriel Himango11-Jul-06 17:44
sponsorJudah Gabriel Himango11-Jul-06 17:44 
GeneralRe: vs.net 2005 to vs.net 2003 Pin
haytham_mohammad12-Jul-06 2:21
haytham_mohammad12-Jul-06 2:21 
QuestionCan't get array of int, byte from COM using web service Pin
guocang11-Jul-06 11:45
guocang11-Jul-06 11:45 
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.

Thank you.

Mike Zhang.
QuestionNetwork System Monitoring using .net Web services [modified] Pin
sundar15611-Jul-06 10:18
sundar15611-Jul-06 10:18 
AnswerRe: Network System Monitoring using .net Web services Pin
Ennis Ray Lynch, Jr.11-Jul-06 10:50
Ennis Ray Lynch, Jr.11-Jul-06 10:50 
GeneralRe: Network System Monitoring using .net Web services [modified] Pin
sundar15612-Jul-06 2:13
sundar15612-Jul-06 2:13 
GeneralDo you know how to make a webservice? Pin
Ennis Ray Lynch, Jr.12-Jul-06 4:40
Ennis Ray Lynch, Jr.12-Jul-06 4:40 
QuestionHow effective to use regular Expression ? Pin
Yanshof11-Jul-06 10:09
Yanshof11-Jul-06 10:09 
AnswerRe: How effective to use regular Expression ? Pin
Christian Graus11-Jul-06 10:12
protectorChristian Graus11-Jul-06 10:12 
GeneralRe: How effective to use regular Expression ? Pin
Yanshof11-Jul-06 10:20
Yanshof11-Jul-06 10:20 
GeneralRe: How effective to use regular Expression ? Pin
Ennis Ray Lynch, Jr.11-Jul-06 10:52
Ennis Ray Lynch, Jr.11-Jul-06 10:52 
QuestionConnecting to Oracle database with out client Pin
Venkata Chundi11-Jul-06 9:30
Venkata Chundi11-Jul-06 9:30 
AnswerRe: Connecting to Oracle database with out client Pin
Mairaaj Khan11-Jul-06 19:47
professionalMairaaj Khan11-Jul-06 19:47 
QuestionPassing Data from a Mdi Child form to its Parent form Pin
joshp121711-Jul-06 8:41
joshp121711-Jul-06 8:41 
AnswerRe: Passing Data from a Mdi Child form to its Parent form [modified] Pin
LongRange.Shooter11-Jul-06 8:49
LongRange.Shooter11-Jul-06 8:49 
AnswerRe: Passing Data from a Mdi Child form to its Parent form Pin
Al~battashy11-Jul-06 19:47
Al~battashy11-Jul-06 19:47 
Questionasp.net + c# website design Pin
chiragvijay11-Jul-06 8:29
chiragvijay11-Jul-06 8:29 
AnswerRe: asp.net + c# website design Pin
Jun Du11-Jul-06 8:52
Jun Du11-Jul-06 8:52 
AnswerRe: asp.net + c# website design Pin
Christian Graus11-Jul-06 8:57
protectorChristian Graus11-Jul-06 8:57 
GeneralRe: asp.net + c# website design Pin
led mike11-Jul-06 9:32
led mike11-Jul-06 9:32 

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.