D
Daniel
Hi together,
I am trying to find out, how to create a strongly typed dataset with
xsd.exe and got some problems!
I get methods like...
protected PersonDataTable(
System.Runtime.Serialization.SerializationInfo info,
System.Runtime.Serialization.StreamingContext context) :
base(info, context)
{
this.InitVars();
}
The System.Runtime.Serialization seems not to be supported. What is the
correct way to throw those Serialization out? Is it possible?
Then I tried another way...
I compiled with xsdcf.exe, which should be capable for Compact
Framework. Ok, the only code is
using System.Runtime.Serialization;
this also won't compile of course! Now I just throw it out, is that ok?
Also, like I am totally new to the concept of datasets, the two
generated datasets look different. Why?
Greetings
Dani
I am trying to find out, how to create a strongly typed dataset with
xsd.exe and got some problems!
I get methods like...
protected PersonDataTable(
System.Runtime.Serialization.SerializationInfo info,
System.Runtime.Serialization.StreamingContext context) :
base(info, context)
{
this.InitVars();
}
The System.Runtime.Serialization seems not to be supported. What is the
correct way to throw those Serialization out? Is it possible?
Then I tried another way...
I compiled with xsdcf.exe, which should be capable for Compact
Framework. Ok, the only code is
using System.Runtime.Serialization;
this also won't compile of course! Now I just throw it out, is that ok?
Also, like I am totally new to the concept of datasets, the two
generated datasets look different. Why?
Greetings
Dani