Thread Tools Display Modes
10-02-05, 07:20 PM   #1
Valconeye
A Deviate Faerie Dragon
 
Valconeye's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2005
Posts: 10
Error when double clicking form1.xml

Was working fine for a while of editing, now whenever i try to click on one (existing projects and new ones), it gives me this error.

See the end of this message, instead of this dialog box, for details on invoking
just-in-time (JIT) debugging.

************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at wowuides.WowDesignSurface.InitialiseControl(IToolboxService toolbox)
at wowuides.WowDesignSurface..ctor(IToolboxService toolbox, FileInfo file)
at wowuides.MainForm.OpenFile(FileInfo fi, Int32 line, Int32 column, Type designer)
at wowuides.MainForm.DoOpenFile(Object sender, FileOpenEvent e)
at wowuides.ProjectList.OnOpenFile(FileOpenEvent e)
at wowuides.ProjectList.DoOpenFile(Object sender, EventArgs e)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50215.44 (beta2.050215-4400)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50215/mscorlib.dll
----------------------------------------
wowuides
Assembly Version: 1.0.0.100
Win32 Version: 1.0.0.100
CodeBase: file:///C:/Documents%20and%20Settings/Valconeye/Desktop/wowuides-v1.0.0.100/wowuides/wowuides.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50215.44 (beta2.050215-4400)
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.50215.44 (beta2.050215-4400)
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.50215.44 (beta2.050215-4400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
WeifenLuo.WinFormsUI.Docking
Assembly Version: 2.99.0.3
Win32 Version: 2.99.0.3
CodeBase: file:///C:/Documents%20and%20Settings/Valconeye/Desktop/wowuides-v1.0.0.100/wowuides/WeifenLuo.WinFormsUI.Docking.DLL
----------------------------------------
System.Deployment
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50215.44 (beta2.050215-4400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Deployment/2.0.0.0__b03f5f7f11d50a3a/System.Deployment.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50215.44 (beta2.050215-4400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50215.44 (beta2.050215-4400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
srtxjdle
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50215.44 (beta2.050215-4400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
LuaInterfaceNet2
Assembly Version: 2.0.0.0
Win32 Version: 2.0.0.0
CodeBase: file:///C:/Documents%20and%20Settings/Valconeye/Desktop/wowuides-v1.0.0.100/wowuides/LuaInterfaceNet2.DLL
----------------------------------------
System.Design
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50215.44 (beta2.050215-4400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Design/2.0.0.0__b03f5f7f11d50a3a/System.Design.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set 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
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
  Reply With Quote
10-02-05, 07:53 PM   #2
Nulkris
A Cobalt Mageweaver
 
Nulkris's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2005
Posts: 214
I'm not too sure what's going on here. Do you still have the toolbox onscreen and displaying the component list?
__________________
Nulkris - A80 Rogue - Proudmoore
(Also Drukris, Hamkris on Proudmoore; Hulkris on Jubei'Thos & Khaz Modan)
  Reply With Quote
10-02-05, 08:48 PM   #3
Valconeye
A Deviate Faerie Dragon
 
Valconeye's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2005
Posts: 10
Yep, everything is normal.
  Reply With Quote
10-02-05, 08:56 PM   #4
Valconeye
A Deviate Faerie Dragon
 
Valconeye's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2005
Posts: 10
got it working again by going to windows update and downloading Microsoft .NET Framework 1.1 Service Pack 1,

Although i had the beta 2 installed before i made this update.
  Reply With Quote
10-02-05, 09:15 PM   #5
Valconeye
A Deviate Faerie Dragon
 
Valconeye's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2005
Posts: 10
Sorry for the triple post but, i get this error if i try to load a form to fast (example while its loading all my addons etc..) If i wait for it to load its fine.
  Reply With Quote

WoWInterface » Developer Discussions » General Authoring Discussion » Error when double clicking form1.xml


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off