Click here to Skip to main content
16,003,902 members
Home / Discussions / C#
   

C#

 
GeneralRe: COM Interoperability Pin
KrunalC4-Oct-07 19:44
KrunalC4-Oct-07 19:44 
GeneralRe: COM Interoperability Pin
Christian Graus4-Oct-07 19:53
protectorChristian Graus4-Oct-07 19:53 
GeneralRe: COM Interoperability Pin
KrunalC4-Oct-07 20:09
KrunalC4-Oct-07 20:09 
GeneralRe: COM Interoperability Pin
Christian Graus4-Oct-07 20:41
protectorChristian Graus4-Oct-07 20:41 
GeneralRe: COM Interoperability Pin
KrunalC4-Oct-07 20:48
KrunalC4-Oct-07 20:48 
Questionpicking data(row) from database with cycling form Pin
syibu4-Oct-07 18:16
syibu4-Oct-07 18:16 
QuestionExtending xsd.exe generated classes Pin
Rafferty Uy4-Oct-07 17:59
Rafferty Uy4-Oct-07 17:59 
AnswerRe: Extending xsd.exe generated classes Pin
Rob Philpott4-Oct-07 22:58
Rob Philpott4-Oct-07 22:58 
Nasty problem.

Make sure your class is marked with [Serializable]. Certain complex types cause problems too I believe. Dictionary<> and the sort. Try putting [XmlIgnore] infront of these (which will prevent serialisation) and see if that helps, you may have to use more primitive types if that helps.

[DebuggerStepThroughAttribute] prevents the debugger from stepping into the generated code, not always that helpful so just find and replace these with an empty string may help with debugging.






Regards,
Rob Philpott.

GeneralRe: Extending xsd.exe generated classes Pin
Rafferty Uy10-Oct-07 23:58
Rafferty Uy10-Oct-07 23:58 
QuestionClickOnce - How to get the list of modules that need to be updated Pin
Michael Sync4-Oct-07 17:14
Michael Sync4-Oct-07 17:14 
Questionplz hepl me to validate date on datagrid template. .....Y no one to help? Pin
P_Elza4-Oct-07 16:52
P_Elza4-Oct-07 16:52 
QuestionCustom Tooltips in C# Pin
Astro the Space Duck4-Oct-07 15:51
Astro the Space Duck4-Oct-07 15:51 
AnswerRe: Custom Tooltips in C# Pin
PIEBALDconsult4-Oct-07 16:22
mvePIEBALDconsult4-Oct-07 16:22 
GeneralRe: Custom Tooltips in C# Pin
Astro the Space Duck4-Oct-07 17:39
Astro the Space Duck4-Oct-07 17:39 
AnswerRe: Custom Tooltips in C# Pin
Scott Dorman4-Oct-07 16:52
professionalScott Dorman4-Oct-07 16:52 
GeneralRe: Custom Tooltips in C# Pin
Astro the Space Duck4-Oct-07 17:40
Astro the Space Duck4-Oct-07 17:40 
AnswerRe: Custom Tooltips in C# Pin
Astro the Space Duck5-Oct-07 6:24
Astro the Space Duck5-Oct-07 6:24 
GeneralRe: Custom Tooltips in C# Pin
Astro the Space Duck5-Oct-07 7:06
Astro the Space Duck5-Oct-07 7:06 
QuestionTextbox C# Pin
OlieColie4-Oct-07 13:47
OlieColie4-Oct-07 13:47 
AnswerRe: Textbox C# Pin
Colin Angus Mackay4-Oct-07 14:06
Colin Angus Mackay4-Oct-07 14:06 
AnswerRe: Textbox C# Pin
Christian Graus4-Oct-07 14:37
protectorChristian Graus4-Oct-07 14:37 
AnswerRe: Textbox C# Pin
Anthony Mushrow4-Oct-07 14:52
professionalAnthony Mushrow4-Oct-07 14:52 
GeneralRe: Textbox C# Pin
PIEBALDconsult4-Oct-07 15:14
mvePIEBALDconsult4-Oct-07 15:14 
AnswerRe: Textbox C# Pin
Malcolm Smart4-Oct-07 20:53
Malcolm Smart4-Oct-07 20:53 
AnswerRe: Textbox C# Pin
taranjotk4-Oct-07 21:30
taranjotk4-Oct-07 21:30 

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.