Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error on uploading file #1

Closed
joseph-bluedrop opened this issue Dec 28, 2010 · 3 comments
Closed

error on uploading file #1

joseph-bluedrop opened this issue Dec 28, 2010 · 3 comments

Comments

@joseph-bluedrop
Copy link

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

************** Exception Text **************
System.ArrayTypeMismatchException: Attempted to access an element as a type incompatible with the array.
at DrutNET.Services.AttachFileToNode(String fileFieldName, Int32 fid, Int32 fileIndex, XmlRpcStruct node)
at DrutNET.Services.AttachFileToNode(String fileFieldName, Int32 fid, Int32 fileIndex, Int32 nid)
at DrutNETSample.Form1.button_upload_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.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.50727.4952 (win7RTMGDR.050727-4900)

CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll

DrutNETSample
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0

CodeBase: file:///C:/Users/ebiz/Desktop/bricel-DrutNet-e69258c/Dlls/DrutNETSample.exe

System.Windows.Forms
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/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll

System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)

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.4927 (NetFXspW7.050727-4900)

CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll

DrutNET
Assembly Version: 1.0.3788.21703
Win32 Version: 1.0.0.0

CodeBase: file:///C:/Users/ebiz/Desktop/bricel-DrutNet-e69258c/Dlls/DrutNET.DLL

System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)

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.50727.4927 (NetFXspW7.050727-4900)

CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll

Accessibility
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)

CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll

LibCurlNet
Assembly Version: 1.3.0.0
Win32 Version: 1.3.0.0

CodeBase: file:///C:/Users/ebiz/Desktop/bricel-DrutNet-e69258c/Dlls/LibCurlNet.DLL

CookComputing.XmlRpcV2
Assembly Version: 0.0.0.0
Win32 Version: 0.0.0.0

CodeBase: file:///C:/Users/ebiz/Desktop/bricel-DrutNet-e69258c/Dlls/CookComputing.XmlRpcV2.DLL

XmlRpcProxy99f11637-9d68-41d0-863f-186a401c28b3
Assembly Version: 1.0.3788.21703
Win32 Version: 0.0.0.0

CodeBase: file:///C:/Users/ebiz/Desktop/bricel-DrutNet-e69258c/Dlls/CookComputing.XmlRpcV2.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:

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.

@bricel
Copy link
Owner

bricel commented Dec 29, 2010

Fixed in last commit

@bricel
Copy link
Owner

bricel commented Dec 29, 2010

Fixed

@joseph-bluedrop
Copy link
Author

thank you for your quick reply.
great work!

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants