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

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -