A
Arda Coskun
Hi,
I have a problem about XmlTextWriter class.
XmlTextWriter writer = new
XmlTextWriter(Assembly.GetCallingAssembly().GetManifestResourceStream("Conso
leApplication1.XMLs.GameScores.xml"), System.Text.Encoding.ASCII);
Gives error on this line;
An unhandled exception of type 'System.ArgumentNullException' occurred in
mscorlib.dll
Additional information: Value cannot be null.
I set my XML, GameScores.xml, as embedded source.
Second question is;
I want to display my XML file into a datagrid in Smartphone 2003 OS. I'm
using .NET Compact Framework C#.
I drag and drop DataGrid control from toolbox, but compiler gives error
about missing an assemly.
private System.Windows.Forms.DataGrid dataGrid1;
There is no DataGrid class in System.Windows.Forms namespace it says? Can
anyone give me an example how to solve this?
Any help would be appriciated.
Arda
I have a problem about XmlTextWriter class.
XmlTextWriter writer = new
XmlTextWriter(Assembly.GetCallingAssembly().GetManifestResourceStream("Conso
leApplication1.XMLs.GameScores.xml"), System.Text.Encoding.ASCII);
Gives error on this line;
An unhandled exception of type 'System.ArgumentNullException' occurred in
mscorlib.dll
Additional information: Value cannot be null.
I set my XML, GameScores.xml, as embedded source.
Second question is;
I want to display my XML file into a datagrid in Smartphone 2003 OS. I'm
using .NET Compact Framework C#.
I drag and drop DataGrid control from toolbox, but compiler gives error
about missing an assemly.
private System.Windows.Forms.DataGrid dataGrid1;
There is no DataGrid class in System.Windows.Forms namespace it says? Can
anyone give me an example how to solve this?
Any help would be appriciated.
Arda