Hello everyone, im trying to use datbanger on my computer but i have this issue "root data level not valid. Line 1769, position 1"
http://postimg.org/image/3t9zv92x5/
if someone can tell me how to use it would be great. im on windows 7 or XP. Thnx!
and after that the "Details"
See the end of this message for details on invoking debugging
Just-In-Time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.Xml.XmlException: Data root level is invalid. Line 1769, position 1.
in System.Xml.XmlTextReaderImpl.Throw (Exception e)
in System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace ()
in System.Xml.XmlTextReaderImpl.ParseDocumentContent ()
in System.Xml.XmlLoader.LoadDocSequence (XmlDocument parentDoc)
in System.Xml.XmlDocument.Load (XmlReader reader)
in System.Xml.XmlDocument.Load (String filename)
in DATBANGER.Form1.button1_Click (Object sender, EventArgs e)
in System.Windows.Forms.Control.OnClick (EventArgs e)
in System.Windows.Forms.Button.OnMouseUp (MouseEventArgs mevent)
in System.Windows.Forms.Control.WmMouseUp (Message & m, MouseButtons button, Int32 clicks)
in System.Windows.Forms.Control.WndProc (Message & m)
in System.Windows.Forms.ButtonBase.WndProc (Message & m)
in System.Windows.Forms.Button.WndProc (Message & m)
in System.Windows.Forms.Control.ControlNativeWindow.WndProc (Message & m)
in System.Windows.Forms.NativeWindow.Callback (IntPtr hWnd, Int32 msg, IntPtr wParam, IntPtr lParam)
Assemblies loaded ************** **************
mscorlib
Assembly version: 2.0.0.0
Win32 version: 2.0.50727.5420 (Win7SP1.050727-5400)
Codebase: file: /// C: /Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
----------------------------------------
DATBANGER
Assembly version: 1.0.0.0
1.0.0.0: Win32 version
Codebase: file: /// C: /Users/Marina/Desktop/DATBANGER/DATBANGER.exe
----------------------------------------
System.Windows.Forms
Assembly version: 2.0.0.0
Win32 version: 2.0.50727.5420 (Win7SP1.050727-5400)
Codebase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly version: 2.0.0.0
Win32 version: 2.0.50727.5420 (Win7SP1.050727-5400)
Codebase: file: /// C: /Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly version: 2.0.0.0
Win32 version: 2.0.50727.5420 (Win7SP1.050727-5400)
Codebase: file: /// C: /Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Xml
Assembly version: 2.0.0.0
Win32 version: 2.0.50727.5420 (Win7SP1.050727-5400)
Codebase: file: /// C: /Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.XML.resources
Assembly version: 2.0.0.0
Win32 version: 2.0.50727.4927 (NetFXspW7.050727-4900)
Codebase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml.resources/2.0.0.0_es_b77a5c561934e089/System.Xml.resources.dll
----------------------------------------
System.Windows.Forms.resources
Assembly version: 2.0.0.0
Win32 version: 2.0.50727.4927 (NetFXspW7.050727-4900)
Codebase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_es_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
mscorlib.resources
Assembly version: 2.0.0.0
Win32 version: 2.0.50727.5420 (Win7SP1.050727-5400)
Codebase: file: /// C: /Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
----------------------------------------
JIT Debugging ************** **************
To enable debugging Just In Time (JIT), the configuration file of this
application or computer (machine.config) must have the
jitDebugging value established in the system.windows.forms section.
The application must also be compiled with debugging
enabled
For example:
<Configuration>
<System.windows.forms jitDebugging = "true" />
</ Configuration>
When JIT debugging is enabled, any unhandled exception
JIT debugger registered will be sent to your computer
rather than be handled by this dialog box.