Click here to Skip to main content
15,887,135 members
Home / Discussions / C#
   

C#

 
GeneralRe: Developing On Pin
Dave Kreskowiak30-Apr-05 3:59
mveDave Kreskowiak30-Apr-05 3:59 
GeneralRe: Developing On Pin
MrJJKoolJ30-Apr-05 6:09
MrJJKoolJ30-Apr-05 6:09 
GeneralUsing a mouse-offset in a Picture Box Pin
NortonC30-Apr-05 1:57
NortonC30-Apr-05 1:57 
GeneralRe: Using a mouse-offset in a Picture Box Pin
NortonC30-Apr-05 7:21
NortonC30-Apr-05 7:21 
Questionhow to bring pointer to the beginning of file(streamreader) Pin
ashu_sharma2129-Apr-05 20:54
ashu_sharma2129-Apr-05 20:54 
AnswerRe: how to bring pointer to the beginning of file(streamreader) Pin
mav.northwind29-Apr-05 21:09
mav.northwind29-Apr-05 21:09 
GeneralA problem displaying transparant-background images in DirectX Pin
arik_a29-Apr-05 20:24
arik_a29-Apr-05 20:24 
General.NET WebService Problem Pin
Praveen Nayak29-Apr-05 19:51
Praveen Nayak29-Apr-05 19:51 
Hi I have written a web service in C#. A web method in this web service returns a response object which contains an attribute with the name "code". For some reason this attribute does not appear in the response.
Response looks like this:
... <transcribeDictationResult>
<status xmlns="http://...">Job Allocated</status>...

If I change the attribute "code" to "codes" or any thing else, the attribute appears in the response:
...<transcribeDictationResult>
<status codes="0" xmlns="http://...">Job Allocated</status> ...

I am really stumped why this is happening. Can anyone give me some insight into this?
Is this because of some keywords or something that .Net uses making their use restricted? But I didn't come across any documentation indicating this.

GeneralSystemtray capture Pin
dubshell29-Apr-05 19:47
dubshell29-Apr-05 19:47 
Generalusb interfacing in c#.net Pin
ahsan14129-Apr-05 18:49
ahsan14129-Apr-05 18:49 
GeneralRe: usb interfacing in c#.net Pin
eggie529-Apr-05 20:31
eggie529-Apr-05 20:31 
GeneralAcessing Usb Device in C# Pin
majidbhutta29-Apr-05 17:28
majidbhutta29-Apr-05 17:28 
GeneralRe: Acessing Usb Device in C# Pin
eggie529-Apr-05 20:33
eggie529-Apr-05 20:33 
GeneralRe: Acessing Usb Device in C# Pin
Dave Kreskowiak30-Apr-05 3:38
mveDave Kreskowiak30-Apr-05 3:38 
GeneralRe: Acessing Usb Device in C# Pin
Luis Alonso Ramos30-Apr-05 8:31
Luis Alonso Ramos30-Apr-05 8:31 
GeneralSocket.LocalEndPoint is not returning expected value. Pin
johtib29-Apr-05 13:19
johtib29-Apr-05 13:19 
GeneralRe: Socket.LocalEndPoint is not returning expected value. Pin
EssOEss30-Apr-05 19:55
EssOEss30-Apr-05 19:55 
GeneralRe: Socket.LocalEndPoint is not returning expected value. Pin
johtib30-Apr-05 22:37
johtib30-Apr-05 22:37 
GeneralRe: Socket.LocalEndPoint is not returning expected value. Pin
EssOEss1-May-05 0:44
EssOEss1-May-05 0:44 
GeneralThis is very strange... Pin
Nick Z.29-Apr-05 12:41
Nick Z.29-Apr-05 12:41 
GeneralRe: This is very strange... Pin
Nick Z.29-Apr-05 15:01
Nick Z.29-Apr-05 15:01 
QuestionManagement namespace a member of System? Pin
CTaylor8929-Apr-05 10:32
CTaylor8929-Apr-05 10:32 
AnswerRe: Management namespace a member of System? Pin
Fernando Soto29-Apr-05 11:06
Fernando Soto29-Apr-05 11:06 
GeneralRe: Management namespace a member of System? Pin
CTaylor8929-Apr-05 11:55
CTaylor8929-Apr-05 11:55 
GeneralRe: Management namespace a member of System? Pin
Anonymous30-Apr-05 23:32
Anonymous30-Apr-05 23: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.