Loading internal text file as XML

Datinhkhach

New Member
I'm writing a VB.NET app where I want to load an internal text file from Resource.But the code shows Invalid URI: The Uri string is too long.The code is\[code\]'document.Load("C:\Users\Sou\Documents\Visual Studio 2010\Projects\info.xml")document.Load(My.Resources.info)'some processing job with XML node ...\[/code\]So, how to load the resource file ?
 
Back
Top