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

C#

 
GeneralDataTable Pin
Cristian_Dior3-Jun-03 20:25
Cristian_Dior3-Jun-03 20:25 
GeneralRe: DataTable Pin
Rocky Moore3-Jun-03 23:15
Rocky Moore3-Jun-03 23:15 
GeneralRe: DataTable Pin
Cristian_Dior4-Jun-03 22:26
Cristian_Dior4-Jun-03 22:26 
GeneralRe: DataTable Pin
Anonymous4-Jun-03 0:30
Anonymous4-Jun-03 0:30 
GeneralRe: DataTable Pin
A.Wegierski4-Jun-03 22:45
A.Wegierski4-Jun-03 22:45 
GeneralRe: DataTable Pin
Cristian_Dior5-Jun-03 1:13
Cristian_Dior5-Jun-03 1:13 
GeneralRe: DataTable Pin
A.Wegierski8-Jun-03 20:27
A.Wegierski8-Jun-03 20:27 
GeneralProblem with XML serializer Pin
paulb3-Jun-03 18:37
paulb3-Jun-03 18:37 
As soon as I add an implementation for the interface IEnumerable to my class, like this:

<br />
public class TableLayout : IEnumerable<br />
{<br />
 public IEnumerator GetEnumerator()<br />
 {<br />
  return (IEnumerator) this;<br />
 }<br />
<br />
// etc. other stuff<br />



the serializer complains with the message:

"There was an error reflecting type 'TableEditConfig'"

when reading the XML file into the class.

If I comment out the interface stuff it all works fine, does anyone know why please?
GeneralRe: Problem with XML serializer Pin
shaunAustin3-Jun-03 21:56
shaunAustin3-Jun-03 21:56 
Questionis c# going to stay / take over c++ ? Pin
dynamic3-Jun-03 13:25
dynamic3-Jun-03 13:25 
AnswerRe: is c# going to stay / take over c++ ? Pin
shaunAustin3-Jun-03 22:02
shaunAustin3-Jun-03 22:02 
AnswerRe: is c# going to stay / take over c++ ? Pin
Rocky Moore3-Jun-03 23:06
Rocky Moore3-Jun-03 23:06 
AnswerRe: is c# going to stay / take over c++ ? Pin
KingTermite4-Jun-03 3:45
KingTermite4-Jun-03 3:45 
GeneralRe: is c# going to stay / take over c++ ? Pin
dynamic4-Jun-03 10:00
dynamic4-Jun-03 10:00 
QuestionSplit function in c#? Pin
dynamic3-Jun-03 9:39
dynamic3-Jun-03 9:39 
AnswerRe: Split function in c#? Pin
Daniel Turini3-Jun-03 9:50
Daniel Turini3-Jun-03 9:50 
GeneralRe: Split function in c#? Pin
dynamic3-Jun-03 10:50
dynamic3-Jun-03 10:50 
GeneralRe: Split function in c#? Pin
James T. Johnson3-Jun-03 11:00
James T. Johnson3-Jun-03 11:00 
GeneralRe: Split function in c#? Pin
Daniel Turini3-Jun-03 11:01
Daniel Turini3-Jun-03 11:01 
GeneralRe: Split function in c#? Pin
dynamic3-Jun-03 11:25
dynamic3-Jun-03 11:25 
GeneralRe: Split function in c#? Pin
imoz4-Jun-03 17:59
imoz4-Jun-03 17:59 
GeneralFree parting gifts! Here is a method you can add to your class Pin
imoz4-Jun-03 18:15
imoz4-Jun-03 18:15 
GeneralPrinting Controls in C# Pin
Vasant Salian3-Jun-03 8:57
Vasant Salian3-Jun-03 8:57 
QuestionNo Blanks or Nulls in DateTimePicker Control? Pin
sajecw3-Jun-03 8:19
sajecw3-Jun-03 8:19 
AnswerRe: No Blanks or Nulls in DateTimePicker Control? Pin
Sameer Khan3-Jun-03 13:39
Sameer Khan3-Jun-03 13:39 

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.