Click to See Complete Forum and Search --> : Add new XML file


shers
02-25-2009, 01:09 AM
Hi,

How do I add a new xml file to a VB.Net project?

Thanks

RoughGuy
02-25-2009, 02:00 AM
Right Click on Project Name, select "Add New Item...". In the list select "XmlFile". I guess this is wat ur looking for.

shers
02-25-2009, 07:55 AM
This was my problem. I couldn't find a xml file in the templates list. But there is text file. So I selected a text file, saved it as xml and then worked on it.

Thanks for your help.

Thanks

Hack
02-25-2009, 08:03 AM
XMLFile, XMLSchema and XSLTFile are not available with the Express versions of VB.NET.

Is this what you are using?

shers
02-26-2009, 04:51 AM
XMLFile, XMLSchema and XSLTFile are not available with the Express versions of VB.NET.

Is this what you are using?

I didn't understand your question.

Hack
02-26-2009, 09:24 AM
My question, is what version of VB.NET are you using?

shers
02-28-2009, 11:02 PM
2008 Express Edition

RoughGuy
02-28-2009, 11:28 PM
I could find that under the "Data" category in the add new file dialog.

Hack
03-05-2009, 08:35 AM
In the Express versions there is no Data category and there are no XML file templates.

RoughGuy
03-05-2009, 11:36 PM
In the Express versions there is no Data category and there are no XML file templates.

Oh... Sorry... I checked in VSTS edition :(