aaron19953
February 8th, 2006, 12:59 PM
I'm trying to open a phillips pronto tsu7000 file, and i keep getting an
"unhandled exception error" , "a generic error occurred in GDI+"
Any Ideas ?
Running NR Designer 1.0.0.20 (just purchased)
--------------------------------------------------------------------------------
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.Runtime.InteropServices.ExternalException: A generic error occurred in GDI+.
at System.Drawing.Image.Save(Stream stream, ImageCodecInfo encoder, EncoderParameters encoderParams)
at System.Drawing.Image.Save(Stream stream, ImageFormat format)
at com.promixis.MD5Helper.Compute(Image image)
at com.promixis.NRIImage..ctor(NRI parent, String filename, Bitmap image)
at com.promixis.NRI.AddImage(Bitmap image, Boolean force)
at com.promixis.PCFReader.ConvertToNRI()
at com.promixis.Forms.NRIEditorForm.OpenFile(String filename)
at com.promixis.Forms.NRIEditorForm.menuItemOpen_Clic k(Object sender, EventArgs e)
at TD.SandBar.ButtonItemBase.OnActivate()
at TD.SandBar.k.b(TopLevelMenuItemBase A_0, Boolean A_1, Boolean A_2, Point A_3)
at TD.SandBar.TopLevelMenuItemBase.Show(Boolean select)
at TD.SandBar.TopLevelMenuItemBase.Show()
at TD.SandBar.ToolBar.OnItemPush(ToolbarItemBase item, Point position)
at TD.SandBar.ToolBar.OnMouseDown(MouseEventArgs e)
at TD.SandBar.MenuBar.OnMouseDown(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseDown(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at TD.SandBar.ToolBar.WndProc(Message& m)
at System.Windows.Forms.ControlNativeWindow.OnMessage (Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(M essage& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll
----------------------------------------
NRDesigner
Assembly Version: 1.0.0.20
Win32 Version: 1.0.0.20
CodeBase: file:///C:/Program%20Files/Promixis/NetRemote%20Designer/NRDesigner.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll
----------------------------------------
System
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll
----------------------------------------
System.Xml
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: file:///c:/windows/assembly/gac/system.xml/1.0.5000.0__b77a5c561934e089/system.xml.dll
----------------------------------------
System.Drawing
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll
----------------------------------------
NetRemoteControl
Assembly Version: 1.0.2214.19474
Win32 Version: 1.0.2214.19474
CodeBase: file:///C:/Program%20Files/Promixis/NetRemote%20Designer/NetRemoteControl.DLL
----------------------------------------
SandBar
Assembly Version: 1.2.0.0
Win32 Version: 1.2.0.0
CodeBase: file:///C:/Program%20Files/Promixis/NetRemote%20Designer/SandBar.DLL
----------------------------------------
Lyquidity.Controls.ExtendedListViews
Assembly Version: 0.9.9.19474
Win32 Version: 0.9.9.19474
CodeBase: file:///C:/Program%20Files/Promixis/NetRemote%20Designer/Lyquidity.Controls.ExtendedListViews.DLL
----------------------------------------
Interop.NetRemoteLibrary
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files/Promixis/NetRemote%20Designer/Interop.NetRemoteLibrary.DLL
----------------------------------------
ICSharpCode.SharpZipLib
Assembly Version: 0.84.0.0
Win32 Version: 0.84.0.0
CodeBase: file:///C:/Program%20Files/Promixis/NetRemote%20Designer/ICSharpCode.SharpZipLib.DLL
----------------------------------------
SandDock
Assembly Version: 1.0.6.1
Win32 Version: 1.0.6.1
CodeBase: file:///C:/Program%20Files/Promixis/NetRemote%20Designer/SandDock.DLL
----------------------------------------
OwnerDrawnListView
Assembly Version: 1.0.1877.16258
Win32 Version: 1.0.1877.16258
CodeBase: file:///C:/Program%20Files/Promixis/NetRemote%20Designer/OwnerDrawnListView.DLL
----------------------------------------
************** JIT Debugging **************
To enable just in time (JIT) debugging, the config file for this
application or machine (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 machine
rather than being handled by this dialog.
-------------------------------------------------------------------------------------
"unhandled exception error" , "a generic error occurred in GDI+"
Any Ideas ?
Running NR Designer 1.0.0.20 (just purchased)
--------------------------------------------------------------------------------
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.Runtime.InteropServices.ExternalException: A generic error occurred in GDI+.
at System.Drawing.Image.Save(Stream stream, ImageCodecInfo encoder, EncoderParameters encoderParams)
at System.Drawing.Image.Save(Stream stream, ImageFormat format)
at com.promixis.MD5Helper.Compute(Image image)
at com.promixis.NRIImage..ctor(NRI parent, String filename, Bitmap image)
at com.promixis.NRI.AddImage(Bitmap image, Boolean force)
at com.promixis.PCFReader.ConvertToNRI()
at com.promixis.Forms.NRIEditorForm.OpenFile(String filename)
at com.promixis.Forms.NRIEditorForm.menuItemOpen_Clic k(Object sender, EventArgs e)
at TD.SandBar.ButtonItemBase.OnActivate()
at TD.SandBar.k.b(TopLevelMenuItemBase A_0, Boolean A_1, Boolean A_2, Point A_3)
at TD.SandBar.TopLevelMenuItemBase.Show(Boolean select)
at TD.SandBar.TopLevelMenuItemBase.Show()
at TD.SandBar.ToolBar.OnItemPush(ToolbarItemBase item, Point position)
at TD.SandBar.ToolBar.OnMouseDown(MouseEventArgs e)
at TD.SandBar.MenuBar.OnMouseDown(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseDown(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at TD.SandBar.ToolBar.WndProc(Message& m)
at System.Windows.Forms.ControlNativeWindow.OnMessage (Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(M essage& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll
----------------------------------------
NRDesigner
Assembly Version: 1.0.0.20
Win32 Version: 1.0.0.20
CodeBase: file:///C:/Program%20Files/Promixis/NetRemote%20Designer/NRDesigner.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll
----------------------------------------
System
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll
----------------------------------------
System.Xml
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: file:///c:/windows/assembly/gac/system.xml/1.0.5000.0__b77a5c561934e089/system.xml.dll
----------------------------------------
System.Drawing
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll
----------------------------------------
NetRemoteControl
Assembly Version: 1.0.2214.19474
Win32 Version: 1.0.2214.19474
CodeBase: file:///C:/Program%20Files/Promixis/NetRemote%20Designer/NetRemoteControl.DLL
----------------------------------------
SandBar
Assembly Version: 1.2.0.0
Win32 Version: 1.2.0.0
CodeBase: file:///C:/Program%20Files/Promixis/NetRemote%20Designer/SandBar.DLL
----------------------------------------
Lyquidity.Controls.ExtendedListViews
Assembly Version: 0.9.9.19474
Win32 Version: 0.9.9.19474
CodeBase: file:///C:/Program%20Files/Promixis/NetRemote%20Designer/Lyquidity.Controls.ExtendedListViews.DLL
----------------------------------------
Interop.NetRemoteLibrary
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files/Promixis/NetRemote%20Designer/Interop.NetRemoteLibrary.DLL
----------------------------------------
ICSharpCode.SharpZipLib
Assembly Version: 0.84.0.0
Win32 Version: 0.84.0.0
CodeBase: file:///C:/Program%20Files/Promixis/NetRemote%20Designer/ICSharpCode.SharpZipLib.DLL
----------------------------------------
SandDock
Assembly Version: 1.0.6.1
Win32 Version: 1.0.6.1
CodeBase: file:///C:/Program%20Files/Promixis/NetRemote%20Designer/SandDock.DLL
----------------------------------------
OwnerDrawnListView
Assembly Version: 1.0.1877.16258
Win32 Version: 1.0.1877.16258
CodeBase: file:///C:/Program%20Files/Promixis/NetRemote%20Designer/OwnerDrawnListView.DLL
----------------------------------------
************** JIT Debugging **************
To enable just in time (JIT) debugging, the config file for this
application or machine (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 machine
rather than being handled by this dialog.
-------------------------------------------------------------------------------------