Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
A

alphanorm

@alphanorm
About
Posts
3
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Little Help pls
    A alphanorm

    OH SNAP!! Thanx fer the fresh set of eyes Brian. I think I need to sleep now. :) alphanorm

    C# help xml tutorial question

  • Long SQL statement on a couple of lines
    A alphanorm

    This may be a dumb question, but does your statement work when it is just one long line? alphanorm

    C# database tutorial learning

  • Little Help pls
    A alphanorm

    I can't seem to think straight at the moment, so could anyone tell me why I am getting this error or how to get more information on it? This is the error: An unhandled exception of type 'System.Xml.XmlException' occurred in system.xml.dll Additional information: System error. This is the function: private XmlDocument xd; private XmlDocument tempdoc; private void btnNewXML_Click(object sender, System.EventArgs e) { // Is a FLAPP directory selected? if (CheckFLAPP(tboxFLAPP.Text) == true) { //create default xml document tempdoc = new XmlDocument(); //load in generic document structure tempdoc.LoadXml("" + "" + "" + "" + "

    " + "" + ""); xd = new XmlDocument(); **ERROR OCCURS ON THIS LINE** xd = tempdoc; if(ValidateXmlDoc(xd)) { DisplayInitXML(xd); } else { MessageBox.Show("The new xml document produced was invalid. Please contact ... for help."); } } else { MessageBox.Show("You have not selected a FLAPP directory!"); } } Any help is appreciated. alphanorm

    C# help xml tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups