Click here to Skip to main content
15,928,207 members
Home / Discussions / C#
   

C#

 
Questioncustom directx.sound fx Pin
Sub197920-Nov-06 11:42
Sub197920-Nov-06 11:42 
QuestionMouse Rotation (CW or CCW) Pin
HRiazi20-Nov-06 10:57
HRiazi20-Nov-06 10:57 
AnswerRe: Mouse Rotation (CW or CCW) Pin
led mike20-Nov-06 11:27
led mike20-Nov-06 11:27 
AnswerRe: Mouse Rotation (CW or CCW) Pin
Guffa20-Nov-06 16:36
Guffa20-Nov-06 16:36 
AnswerRe: Mouse Rotation (CW or CCW) Pin
quiteSmart20-Nov-06 20:20
quiteSmart20-Nov-06 20:20 
AnswerRe: Mouse Rotation (CW or CCW) Pin
ejuanpp20-Nov-06 20:48
ejuanpp20-Nov-06 20:48 
QuestionAssembly Versioning Pin
dbetting20-Nov-06 10:33
dbetting20-Nov-06 10:33 
AnswerRe: Assembly Versioning Pin
Mike Bluett21-Nov-06 8:07
Mike Bluett21-Nov-06 8:07 
QuestionHow to close form with esc key in Datagrid Pin
AndrusM20-Nov-06 8:56
AndrusM20-Nov-06 8:56 
AnswerRe: How to close form with esc key in Datagrid Pin
Eduard Keilholz21-Nov-06 4:03
Eduard Keilholz21-Nov-06 4:03 
GeneralRe: How to close form with esc key in Datagrid Pin
AndrusM21-Nov-06 4:42
AndrusM21-Nov-06 4:42 
QuestionHow to run C# scripts Pin
AndrusM20-Nov-06 8:51
AndrusM20-Nov-06 8:51 
QuestionColoring a line in a RichTextBox control.. Pin
kkadir20-Nov-06 8:39
kkadir20-Nov-06 8:39 
QuestionTo make a size of button changeable by mouse Pin
wasek200120-Nov-06 8:26
wasek200120-Nov-06 8:26 
AnswerRe: To make a size of button changeable by mouse Pin
Christian Graus20-Nov-06 8:53
protectorChristian Graus20-Nov-06 8:53 
AnswerRe: To make a size of button changeable by mouse Pin
Eric Dahlvang20-Nov-06 11:03
Eric Dahlvang20-Nov-06 11:03 
GeneralRe: To make a size of button changeable by mouse Pin
wasek200121-Nov-06 21:12
wasek200121-Nov-06 21:12 
Questionnavigation in a tabbed control (from one tab to another) Pin
Rocky#20-Nov-06 7:48
Rocky#20-Nov-06 7:48 
AnswerRe: navigation in a tabbed control (from one tab to another) Pin
Ravi Bhavnani20-Nov-06 8:31
professionalRavi Bhavnani20-Nov-06 8:31 
GeneralRe: navigation in a tabbed control (from one tab to another) Pin
Rocky#21-Nov-06 3:49
Rocky#21-Nov-06 3:49 
Questionerror identification problem Pin
biaali20-Nov-06 7:13
biaali20-Nov-06 7:13 
AnswerRe: error identification problem Pin
Tal Kain20-Nov-06 14:49
Tal Kain20-Nov-06 14:49 
First,
In what point this exception has been thrown?

Second,
from what is looks like in the error itself and in the information from the metadata and http://msdn2.microsoft.com/en-us/library/system.xml.xmlnodelist_members.aspx[^] it looks like XmlNodeList (or the classes it inherit from) doesn't implement the proper interfaces so it could be serialized... and you can't transfer it from your web service to the client...
so it looks like this error leads to finding another way transfering the data Wink | ;)

good luck,
Tal Kain.
QuestionValidating a datagrid Pin
Deepasubramanian20-Nov-06 5:58
Deepasubramanian20-Nov-06 5:58 
AnswerRe: Validating a datagrid Pin
Judah Gabriel Himango20-Nov-06 6:02
sponsorJudah Gabriel Himango20-Nov-06 6:02 
AnswerRe: Validating a datagrid Pin
Deepasubramanian20-Nov-06 14:51
Deepasubramanian20-Nov-06 14:51 

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.