A
Alejandro Casal
Hi,
I'm developing a windows application and I want to load an XML schema into a
DataSet. In ASP.net I would use:
DS.ReadXMLSchema(Server.MapPath("file.xsd"));
But this doesn't seem to work in a windows app. Which is the counterpart
then of Server.MapPath in Windows Forms? Do I need any to use any extra
namespace?
Thanks,
Alejandro.
I'm developing a windows application and I want to load an XML schema into a
DataSet. In ASP.net I would use:
DS.ReadXMLSchema(Server.MapPath("file.xsd"));
But this doesn't seem to work in a windows app. Which is the counterpart
then of Server.MapPath in Windows Forms? Do I need any to use any extra
namespace?
Thanks,
Alejandro.