visual studio 2012 - An exception of type 'System.Xml.XmlException' occurred in System.Xml.ni.dll but was not handled in user code -
on time process program visual studio. have exception
an exception of type 'system.xml.xmlexception' occurred in system.xml.ni.dll not handled in user code
my code : xdocument xdocument = xdocument.load("gfx/actor.xml");
my actor.xml file:
<?xml version="1.0" encoding="utf-8" ?> <xnacontent> <!-- todo: replace asset own xml asset data. --> <asset type="system.string"></asset> </xnacontent>
please me resolve problem. thank all
Comments
Post a Comment