Hello, I used the DICOM demo viewer in the DotImage 5A evaluation to open some DICOM image files ( taken from http://dicom.online.fr/fr/download.htm ).
DICOM viewer crashed saying that an unhandled exception has occurred in your application (and I when I press details I get the following text):
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.SEHException: External component has thrown an exception.
at Atalasoft.Imaging.Workspace.a(Object A_0, ExceptionEventArgs A_1)
at atalaash.a()
at Atalasoft.Imaging.Workspace.a(Stream A_0, Int32 A_1, Boolean A_2)
at Atalasoft.Imaging.Workspace.Open(Stream stream, Int32 frameIndex)
at Atalasoft.Imaging.WinControls.WorkspaceViewer.Open(Stream stream, Int32 frameIndex)
at DicomViewer.Form1.menuFileOpen_Click(Object sender, EventArgs e)
at System.Windows.Forms.MenuItem.OnClick(EventArgs e)
at System.Windows.Forms.MenuItem.MenuItemData.Execute()
at System.Windows.Forms.Command.Invoke()
at System.Windows.Forms.Command.DispatchID(Int32 id)
at System.Windows.Forms.Control.WmCommand(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.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.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
DicomViewer
Assembly Version: 1.0.2659.37923
Win32 Version: 1.0.2659.37923
CodeBase: file:///C:/Program%20Files/Atalasoft/DotImage%205.0/Bin/2.0/DicomViewer.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
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.42 (RTM.050727-4200)
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.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
Atalasoft.dotImage
Assembly Version: 5.0.2659.39320
Win32 Version: 5.0.2659.39320
CodeBase: file:///C:/Program%20Files/Atalasoft/DotImage%205.0/Bin/2.0/Atalasoft.dotImage.DLL
----------------------------------------
Atalasoft.dotImage.Dicom
Assembly Version: 5.0.2659.39320
Win32 Version: 5,0,2659,39320
CodeBase: file:///C:/Program%20Files/Atalasoft/DotImage%205.0/Bin/2.0/Atalasoft.dotImage.Dicom.DLL
----------------------------------------
msvcm80
Assembly Version: 8.0.50727.163
Win32 Version: 8.00.50727.163
CodeBase: file:///C:/WINDOWS/WinSxS/x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.163_x-ww_681e29fb/msvcm80.dll
----------------------------------------
Atalasoft.dotImage.WinControls
Assembly Version: 5.0.2659.39320
Win32 Version: 5.0.2659.39320
CodeBase: file:///C:/Program%20Files/Atalasoft/DotImage%205.0/Bin/2.0/Atalasoft.dotImage.WinControls.DLL
----------------------------------------
Atalasoft.Shared
Assembly Version: 2.1.0.2
Win32 Version: 2.1.2657.26310
CodeBase: file:///C:/Program%20Files/Atalasoft/DotImage%205.0/Bin/2.0/Atalasoft.Shared.DLL
----------------------------------------
Atalasoft.dotImage.Lib
Assembly Version: 5.0.2659.39320
Win32 Version: 5,0,2659,39320
CodeBase: file:///C:/Program%20Files/Atalasoft/DotImage%205.0/Bin/2.0/Atalasoft.dotImage.Lib.DLL
----------------------------------------
System.Web
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.210 (QFE.050727-2100)
CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll
----------------------------------------
System.Data
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.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.