R
Rama
How to access an infopath resource file in code ? I have an xml file in the
resource list and I am trying to load it in an xmlDocument object. I tried
following code assuming the xml file will be available in the solution.
dim temp as New XmlDocument
temp.Load("def.xml")
I get Microsoft Error Reporting window which closes my office Infopath
instance. What else needs to be done to load from the resource file ?
resource list and I am trying to load it in an xmlDocument object. I tried
following code assuming the xml file will be available in the solution.
dim temp as New XmlDocument
temp.Load("def.xml")
I get Microsoft Error Reporting window which closes my office Infopath
instance. What else needs to be done to load from the resource file ?