Bug SS-3516
1 vote

[Writer Region] Soft crash when cloning writer regions with text and math

Created by Martin Kraska on 3/18/2018 4:19 PM Last Updated by faren fatgas on 2/27/2026 6:54 AM
%
 (hrs)
Logged: 0   (hrs)

 Description

 

 

SMath Studio: SMath Studio Desktop 0.99.6648.15947, 64-bit
OS: Microsoft Windows NT 6.1.7601 Service Pack 1; Windows 7 Professional Service Pack 1, 64-bit
Screen: 1920x1080 px, 96x96 dpi, 96 GP.DPI, 1 GP.SRF
Localization: language=GER; dec.symbol=<comma>; arg.separator=<semicolon>; OS dec.symbol=<comma>; OS arg.separator=<semicolon>; OS d.g.separator=<period>
Framework: CLR 4.0.30319.42000

    installed versions:
    v2.0.50727    2.0.50727.5420 SP2
    v3.0    3.0.30729.5420 SP2
    v3.5    3.5.30729.5420 SP1
    v4    
        Client    4.7.02053
        Full    4.7.02053
    v4.0    
        Client    4.0.0.0

Plugins:
- [AppDir] Area Region - 0.99.6648.15947
- [AppDir] Export to image - 1.10.6648.15950
- [AppDir] HTML Export - 1.13.6648.15949
- [AppDir] Math Region - 0.99.6648.15947
- [AppDir] Picture Region - 1.10.6648.15949
- [AppDir] Plot Region - 1.10.6648.15950
- [AppDir] SMath Studio Files Plugin - 1.10.6648.15950
- [AppDir] SMath Viewer Files Plugin - 1.1.6648.15950
- [AppDir] Special Functions - 1.11.6648.15949
- [AppDir] Special Functions - 1.11.6648.15949
- [AppDir] Standard Toolbox Buttons - 1.1.6648.15950
- [AppDir] Text Region - 1.10.6648.15949
- [AppDir] XMCD Files Plugin - 1.12.6648.15949
- [UserDir] 3D Plot Region (Chart3DLib) - 0.1.6520.38983
- [UserDir] 3D Plot Region (Chart3DLib) - 0.1.6520.38983
- [UserDir] ALGLIB® - numerical analysis library - 1.0.6520.38988
- [UserDir] Checkbox Region - 1.0.6353.41257
- [UserDir] CheckBoxList Region - 1.0.6492.12167
- [UserDir] Combobox Region - 0.1.6353.41267
- [UserDir] ComboBoxList Region - 1.0.6492.12187
- [UserDir] Conditionally Formatted Label - 1.0.6353.24522
- [UserDir] CoolProp Wrapper - 6.1.6353.42876
- [UserDir] Currency Units - 1.0.6353.24527
- [UserDir] Custom Functions - 1.1.6522.6678
- [UserDir] Custom Glyphs - 1.1.6353.24538
- [UserDir] Data Exchange - 1.1.6499.5086
- [UserDir] Development Tools - 1.0.6633.21734
- [UserDir] DISLIN 10.6 - 0.1.6520.39019
- [UserDir] DotNumerics - 1.1.6520.39025
- [UserDir] EFI for SMath Studio - 1.0.6520.39032
- [UserDir] EXCEL (2003+) I/O with recalculation and PNG export - 1.99.6354.6352
- [UserDir] Excel Files Plugin - 1.3.6611.15994
- [UserDir] FFTPACK - 1.0.6353.24645
- [UserDir] FIR Filters Design - 1.0.6520.39036
- [UserDir] GPC Wrapper - 1.0.6353.25369
- [UserDir] Hyperlink Region - 1.0.6624.28014
- [UserDir] Image Region - 2.99.6527.16399
- [UserDir] include - 0.1.6538.12588
- [UserDir] Maple Wrapper - 1.0.6520.39056
- [UserDir] Maple Wrapper - 1.0.6520.39056
- [UserDir] Maple Wrapper - 1.0.6520.39056
- [UserDir] Mathcad File Access Functions - 1.0.6520.39061
- [UserDir] MaximaPlugin - 1.98.6519.13993
- [UserDir] Modeller Region - 1.0.6353.23719
- [UserDir] Nonlinear Solvers - 1.1.6353.25410
- [UserDir] Numeric Up-Down Region - 1.0.6492.12196
- [UserDir] ODE Solvers - 0.1.6520.39104
- [UserDir] PDF Files Plugin - 1.0.6353.25356
- [UserDir] Pie Chart Region - 1.0.6353.26771
- [UserDir] RadioButtonList Region - 1.0.6492.12200
- [UserDir] Script Region - 0.1.6520.39109
- [UserDir] Slider Region - 1.0.6492.12208
- [UserDir] Snapshot Region - 1.0.6446.14076
- [UserDir] Statistical Tools - 1.0.6599.21762
- [UserDir] Table Region - 0.2.6638.24147
- [UserDir] Text Region Utilities - 0.3.6634.2241
- [UserDir] Writer Region - 0.9.6604.42933
- [UserDir] XLSX Import/Export - 1.1.6616.19995
- [UserDir] X-Y Plot Region (Chart2DLib) - 0.1.6520.39122
 

 

Informationen über das Aufrufen von JIT-Debuggen
anstelle dieses Dialogfelds finden Sie am Ende dieser Meldung.

************** Ausnahmetext **************
System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
   bei SMath.Control.RegionBase.Init()
   bei SMath.Control.RegionBase..ctor(SessionProfile sessionProfile)
   bei SMath.Control.RegionEvaluable..ctor(SessionProfile sessionProfile)
   bei SMath.Control.MathRegion..ctor(SessionProfile sessionProfile)
   bei WriterManager.WriterArea.FromWriterDataToGlyphs(String html)
   bei WriterManager.WriterArea.SetWriterData(String writerData)
   bei WriterManager.WriterArea..ctor(WriterArea region)
   bei WriterManager.WriterArea.Clone()
   bei WriterRegion.WriterRegion..ctor(WriterRegion region)
   bei WriterRegion.WriterRegion.Clone()
   bei SMath.Control.Worksheet.CopyOrMoveRegions(RegionsEnumerator enumerator, Point destPnt)
   bei SMath.Control.WorksheetControl.OnMouseUp(MouseEventArgs e)
   bei SMath.Control.Worksheet.OnMouseUp(MouseEventArgs e)
   bei System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   bei System.Windows.Forms.Control.WndProc(Message& m)
   bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Geladene Assemblys **************
mscorlib
    Assembly-Version: 4.0.0.0.
    Win32-Version: 4.7.2117.0 built by: NET47REL1LAST.
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll.
----------------------------------------
SMathStudio_Desktop
    Assembly-Version: 0.99.6648.15948.
    Win32-Version: 1.1.29.0.
    CodeBase: file:///C:/Program%20Files%20(x86)/SMath%20Studio/SMathStudio_Desktop.exe.
----------------------------------------
System.Windows.Forms
    Assembly-Version: 4.0.0.0.
    Win32-Version: 4.7.2117.0 built by: NET47REL1LAST.
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll.
----------------------------------------
System
    Assembly-Version: 4.0.0.0.
    Win32-Version: 4.7.2117.0 built by: NET47REL1LAST.
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll.
----------------------------------------
System.Drawing
    Assembly-Version: 4.0.0.0.
    Win32-Version: 4.7.2117.0 built by: NET47REL1LAST.
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll.
----------------------------------------
SMath.Manager
    Assembly-Version: 0.99.6648.15947.
    Win32-Version: 0.99.6648.15947.
    CodeBase: file:///C:/Program%20Files%20(x86)/SMath%20Studio/SMath.Manager.DLL.
----------------------------------------
System.Configuration
    Assembly-Version: 4.0.0.0.
    Win32-Version: 4.7.2053.0 built by: NET47REL1.
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll.
----------------------------------------
System.Core
    Assembly-Version: 4.0.0.0.
    Win32-Version: 4.7.2117.0 built by: NET47REL1LAST.
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll.
----------------------------------------
System.Xml
    Assembly-Version: 4.0.0.0.
    Win32-Version: 4.7.2117.0 built by: NET47REL1LAST.
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll.
----------------------------------------
SMath.Controls
    Assembly-Version: 0.99.6648.15947.
    Win32-Version: 0.99.6648.15947.
    CodeBase: file:///C:/Program%20Files%20(x86)/SMath%20Studio/SMath.Controls.DLL.
----------------------------------------
SMath.Math.Symbolic
    Assembly-Version: 1.35.6648.15947.
    Win32-Version: 1.35.6648.15947.
    CodeBase: file:///C:/Program%20Files%20(x86)/SMath%20Studio/SMath.Math.Symbolic.DLL.
----------------------------------------
SMath.Math.Numeric
    Assembly-Version: 1.67.6648.15947.
    Win32-Version: 1.67.6648.15947.
    CodeBase: file:///C:/Program%20Files%20(x86)/SMath%20Studio/SMath.Math.Numeric.DLL.
----------------------------------------
SpecialFunctions
    Assembly-Version: 1.11.6648.15949.
    Win32-Version: 1.11.6648.15949.
    CodeBase: file:///C:/Program%20Files%20(x86)/SMath%20Studio/plugins/SpecialFunctions.dll.
----------------------------------------
MathcadFileAccess
    Assembly-Version: 1.0.6520.39061.
    Win32-Version: 1.0.6520.39061.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/02a1c2c5-590e-46bb-bcf6-c87856a8b14b/1.0.6520.39061/MathcadFileAccess.dll.
----------------------------------------
SliderRegion
    Assembly-Version: 1.0.6492.12208.
    Win32-Version: 1.0.6492.12208.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/0c864749-6fe8-4f62-a74d-f6ac601e52a5/1.0.6492.12208/SliderRegion.dll.
----------------------------------------
CustomFunctions
    Assembly-Version: 1.1.6522.6678.
    Win32-Version: 1.1.6522.6678.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/18dadffd-79a3-4cf9-aee1-d66deb0ea720/1.1.6522.6678/CustomFunctions.dll.
----------------------------------------
FIRFilterDesign
    Assembly-Version: 1.0.6520.39036.
    Win32-Version: 1.0.6520.39036.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/191f7c7a-6b6e-4af0-8bb7-c7a202d59cd4/1.0.6520.39036/FIRFilterDesign.dll.
----------------------------------------
Script
    Assembly-Version: 0.1.6520.39109.
    Win32-Version: 0.1.6520.39109.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/20ad815b-bc5e-487d-9258-57fde2ac6de8/0.1.6520.39109/Script.dll.
----------------------------------------
LinqBridge
    Assembly-Version: 1.3.0.0.
    Win32-Version: 1.3.14717.2012.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/20ad815b-bc5e-487d-9258-57fde2ac6de8/0.1.6520.39109/LinqBridge.DLL.
----------------------------------------
IronPython
    Assembly-Version: 2.6.10920.0.
    Win32-Version: 2.6.1002.1.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/20ad815b-bc5e-487d-9258-57fde2ac6de8/0.1.6520.39109/IronPython.DLL.
----------------------------------------
Microsoft.Scripting
    Assembly-Version: 1.0.0.0.
    Win32-Version: 2.6.1002.1.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/20ad815b-bc5e-487d-9258-57fde2ac6de8/0.1.6520.39109/Microsoft.Scripting.DLL.
----------------------------------------
Microsoft.Scripting.Core
    Assembly-Version: 1.0.0.0.
    Win32-Version: 2.6.1002.1.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/20ad815b-bc5e-487d-9258-57fde2ac6de8/0.1.6520.39109/Microsoft.Scripting.Core.DLL.
----------------------------------------
Tech.CodeGeneration
    Assembly-Version: 1.0.0.0.
    Win32-Version: 1.0.0.0.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/20ad815b-bc5e-487d-9258-57fde2ac6de8/0.1.6520.39109/Tech.CodeGeneration.DLL.
----------------------------------------
DISLIN
    Assembly-Version: 0.1.6520.39019.
    Win32-Version: 0.1.6520.39019.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/23831ed7-5051-46d5-aaa8-b2fb40002ec1/0.1.6520.39019/DISLIN.dll.
----------------------------------------
ICSharpCode.SharpZipLib
    Assembly-Version: 0.86.0.518.
    Win32-Version: 0.1.6520.39019.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/23831ed7-5051-46d5-aaa8-b2fb40002ec1/0.1.6520.39019/DISLIN.dll.
----------------------------------------
DISNet
    Assembly-Version: 0.1.6520.39019.
    Win32-Version: 0.1.6520.39019.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/23831ed7-5051-46d5-aaa8-b2fb40002ec1/0.1.6520.39019/DISNet.dll.
----------------------------------------
LinqBridge
    Assembly-Version: 1.3.0.0.
    Win32-Version: 1.3.14717.2012.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/23831ed7-5051-46d5-aaa8-b2fb40002ec1/0.1.6520.39019/LinqBridge.dll.
----------------------------------------
3DPlotRegion
    Assembly-Version: 0.1.6520.38983.
    Win32-Version: 0.1.6520.38983.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/2427d808-1e5e-4ae0-88bf-bc271664a3ab/0.1.6520.38983/3DPlotRegion.dll.
----------------------------------------
System.Design
    Assembly-Version: 4.0.0.0.
    Win32-Version: 4.7.2053.0 built by: NET47REL1.
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Design/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Design.dll.
----------------------------------------
CustomGlyphs
    Assembly-Version: 1.1.6353.24538.
    Win32-Version: 1.1.6353.24538.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/24c691c1-37f2-49e3-9a84-ccb77304d14a/1.1.6353.24538/CustomGlyphs.dll.
----------------------------------------
ComboBoxRegion
    Assembly-Version: 0.1.6353.41267.
    Win32-Version: 0.1.6353.41267.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/28ea70bd-1dee-4200-b2e1-1d53d5832487/0.1.6353.41267/ComboBoxRegion.dll.
----------------------------------------
DotNumerics
    Assembly-Version: 1.1.6520.39025.
    Win32-Version: 1.1.6520.39025.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/2a69099d-3185-4ea7-a130-65f2bf94c8d6/1.1.6520.39025/DotNumerics.dll.
----------------------------------------
System.Data
    Assembly-Version: 4.0.0.0.
    Win32-Version: 4.7.2117.0 built by: NET47REL1LAST.
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_64/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll.
----------------------------------------
MapleWrapper
    Assembly-Version: 1.0.6520.39056.
    Win32-Version: 1.0.6520.39056.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/32dfd679-8cfd-483a-b79a-19d5ea838750/1.0.6520.39056/MapleWrapper.dll.
----------------------------------------
ICSharpCode.SharpZipLib
    Assembly-Version: 0.86.0.518.
    Win32-Version: 0.86.0.518.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/32dfd679-8cfd-483a-b79a-19d5ea838750/1.0.6520.39056/ICSharpCode.SharpZipLib.DLL.
----------------------------------------
NumericUpDownRegion
    Assembly-Version: 1.0.6492.12196.
    Win32-Version: 1.0.6492.12196.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/43438e49-5428-4036-8991-ce03b1d1e572/1.0.6492.12196/NumericUpDownRegion.dll.
----------------------------------------
MaximaPlugin
    Assembly-Version: 1.98.6519.13993.
    Win32-Version: 1.98.6519.13993.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/44011c1e-5d0d-4533-8e68-e32b5badce41/1.98.6519.13993/MaximaPlugin.dll.
----------------------------------------
SharpVectors.Rendering.Gdi
    Assembly-Version: 0.3.1.1595.
    Win32-Version: 0.3.1.1595.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/44011c1e-5d0d-4533-8e68-e32b5badce41/1.98.6519.13993/SharpVectors.Rendering.Gdi.DLL.
----------------------------------------
SharpVectors.Core
    Assembly-Version: 0.3.1.1588.
    Win32-Version: 0.3.1.1588.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/44011c1e-5d0d-4533-8e68-e32b5badce41/1.98.6519.13993/SharpVectors.Core.DLL.
----------------------------------------
SharpVectors.Model
    Assembly-Version: 0.3.1.1592.
    Win32-Version: 0.3.1.1592.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/44011c1e-5d0d-4533-8e68-e32b5badce41/1.98.6519.13993/SharpVectors.Model.DLL.
----------------------------------------
SharpVectors.Css
    Assembly-Version: 0.3.1.1590.
    Win32-Version: 0.3.1.1590.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/44011c1e-5d0d-4533-8e68-e32b5badce41/1.98.6519.13993/SharpVectors.Css.DLL.
----------------------------------------
SharpVectors.Dom
    Assembly-Version: 0.3.1.1589.
    Win32-Version: 0.3.1.1589.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/44011c1e-5d0d-4533-8e68-e32b5badce41/1.98.6519.13993/SharpVectors.Dom.DLL.
----------------------------------------
HyperlinkRegion
    Assembly-Version: 1.0.6624.28014.
    Win32-Version: 1.0.6624.28014.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/4938d1a8-ad11-4de8-afbf-d76d069cfbf8/1.0.6624.28014/HyperlinkRegion.dll.
----------------------------------------
TableRegion
    Assembly-Version: 0.2.6638.24147.
    Win32-Version: 0.2.6638.24147.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/51fec712-ec75-4551-a13e-478d375ae8d6/0.2.6638.24147/TableRegion.dll.
----------------------------------------
WriterRegion
    Assembly-Version: 0.9.6604.42933.
    Win32-Version: 0.9.6604.42933.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/5922d677-323f-4327-8c68-be902d8339ad/0.9.6604.42933/WriterRegion.dll.
----------------------------------------
NHunspell
    Assembly-Version: 1.2.5554.16953.
    Win32-Version: 1.2.5554.16953.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/5922d677-323f-4327-8c68-be902d8339ad/0.9.6604.42933/NHunspell.DLL.
----------------------------------------
mscorlib.resources
    Assembly-Version: 4.0.0.0.
    Win32-Version: 4.7.2053.0 built by: NET47REL1.
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_de_b77a5c561934e089/mscorlib.resources.dll.
----------------------------------------
ICSharpCode.SharpZipLib
    Assembly-Version: 1.0.6139.33115.
    Win32-Version: 1.0.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/5922d677-323f-4327-8c68-be902d8339ad/0.9.6604.42933/ICSharpCode.SharpZipLib.DLL.
----------------------------------------
System.Web
    Assembly-Version: 4.0.0.0.
    Win32-Version: 4.7.2117.0 built by: NET47REL1LAST.
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_64/System.Web/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Web.dll.
----------------------------------------
CheckBoxListRegion
    Assembly-Version: 1.0.6492.12167.
    Win32-Version: 1.0.6492.12167.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/5a6c4c4a-d9c3-4617-8179-b0b49297d8d4/1.0.6492.12167/CheckBoxListRegion.dll.
----------------------------------------
CurrencyUnits
    Assembly-Version: 1.0.6353.24527.
    Win32-Version: 1.0.6353.24527.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/5dbac4cd-5f31-4a17-982e-f3233b0546de/1.0.6353.24527/CurrencyUnits.dll.
----------------------------------------
DataExchange
    Assembly-Version: 1.1.6499.5086.
    Win32-Version: 1.1.6499.5086.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/5dce7298-9e5f-4120-9a2e-49b16daa02a3/1.1.6499.5086/DataExchange.dll.
----------------------------------------
NonlinearSolvers
    Assembly-Version: 1.1.6353.25410.
    Win32-Version: 1.1.6353.25410.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/618b7e96-330a-406a-b055-9e577672f0b8/1.1.6353.25410/NonlinearSolvers.dll.
----------------------------------------
XlsxImportExport
    Assembly-Version: 1.1.6616.19995.
    Win32-Version: 1.1.6616.19995.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/621b8a62-bd79-47fc-948b-d4c4ab3b8588/1.1.6616.19995/XlsxImportExport.dll.
----------------------------------------
ImageRegion
    Assembly-Version: 2.99.6527.16399.
    Win32-Version: 2.99.6527.16399.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/63ddaef8-9a56-4ff6-938e-d590b638bf99/2.99.6527.16399/ImageRegion.dll.
----------------------------------------
itextsharp
    Assembly-Version: 5.5.8.0.
    Win32-Version: 5.5.8.0.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/63ddaef8-9a56-4ff6-938e-d590b638bf99/2.99.6527.16399/itextsharp.DLL.
----------------------------------------
Svg
    Assembly-Version: 2.2.0.25027.
    Win32-Version: 2.2.0.25027.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/63ddaef8-9a56-4ff6-938e-d590b638bf99/2.99.6527.16399/Svg.DLL.
----------------------------------------
SimplePsd
    Assembly-Version: 1.0.6.0.
    Win32-Version: 1.0.6.0.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/63ddaef8-9a56-4ff6-938e-d590b638bf99/2.99.6527.16399/SimplePsd.DLL.
----------------------------------------
GhostscriptSharp
    Assembly-Version: 1.1.0.0.
    Win32-Version: 1.1.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/63ddaef8-9a56-4ff6-938e-d590b638bf99/2.99.6527.16399/GhostscriptSharp.DLL.
----------------------------------------
RadioButtonListRegion
    Assembly-Version: 1.0.6492.12200.
    Win32-Version: 1.0.6492.12200.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/7336e61c-492b-4735-9bc9-a01d8f57fef1/1.0.6492.12200/RadioButtonListRegion.dll.
----------------------------------------
StatisticalTools
    Assembly-Version: 1.0.6599.21762.
    Win32-Version: 1.0.6599.21762.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/76f6e9f5-ac86-4ffb-9e4d-284c8daecaf9/1.0.6599.21762/StatisticalTools.dll.
----------------------------------------
ExcelFileType
    Assembly-Version: 1.3.6611.15994.
    Win32-Version: 1.3.6611.15994.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/7b0c4cfe-fe73-47f1-a4f8-6b3ebcd094e8/1.3.6611.15994/ExcelFileType.dll.
----------------------------------------
NPOI
    Assembly-Version: 2.0.1.0.
    Win32-Version: 2.0.1.0.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/7b0c4cfe-fe73-47f1-a4f8-6b3ebcd094e8/1.3.6611.15994/NPOI.DLL.
----------------------------------------
NPOI.OOXML
    Assembly-Version: 2.0.1.0.
    Win32-Version: 2.0.1.0.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/7b0c4cfe-fe73-47f1-a4f8-6b3ebcd094e8/1.3.6611.15994/NPOI.OOXML.DLL.
----------------------------------------
TextRegion
    Assembly-Version: 1.10.6648.15949.
    Win32-Version: 1.10.6648.15949.
    CodeBase: file:///C:/Program%20Files%20(x86)/SMath%20Studio/plugins/TextRegion.dll.
----------------------------------------
NPOI.OpenXmlFormats
    Assembly-Version: 2.0.1.0.
    Win32-Version: 2.0.1.0.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/7b0c4cfe-fe73-47f1-a4f8-6b3ebcd094e8/1.3.6611.15994/NPOI.OpenXmlFormats.DLL.
----------------------------------------
AlgLib
    Assembly-Version: 1.0.6520.38988.
    Win32-Version: 1.0.6520.38988.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/8e40b49c-3681-4332-903d-751303860e7b/1.0.6520.38988/AlgLib.dll.
----------------------------------------
SnapshotRegion
    Assembly-Version: 1.0.6446.14076.
    Win32-Version: 1.0.6446.14076.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/9166ba14-4cd9-47f6-b988-e96526b16cc9/1.0.6446.14076/SnapshotRegion.dll.
----------------------------------------
mcadefi
    Assembly-Version: 1.0.6520.39032.
    Win32-Version: 1.0.6520.39032.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/91a20d24-c30b-4774-9b1b-4d502a80420f/1.0.6520.39032/mcadefi.dll.
----------------------------------------
FFTPACK
    Assembly-Version: 1.0.6353.24645.
    Win32-Version: 1.0.6353.24645.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/a2e19c35-336f-46e2-9669-25c2cf66b536/1.0.6353.24645/FFTPACK.dll.
----------------------------------------
CFLabelRegion
    Assembly-Version: 1.0.6353.24522.
    Win32-Version: 1.0.6353.24522.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/a43ac8f9-29d7-4e8a-9ad0-82cf7c4e14f6/1.0.6353.24522/CFLabelRegion.dll.
----------------------------------------
TextRegionUtilities
    Assembly-Version: 0.3.6634.2241.
    Win32-Version: 0.3.6634.2241.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/a9f5e37d-83f5-4a4b-a106-0ba7b202abbb/0.3.6634.2241/TextRegionUtilities.dll.
----------------------------------------
PdfFileType
    Assembly-Version: 1.0.6353.25356.
    Win32-Version: 1.0.6353.25356.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/ac3d62dc-d93d-4c91-88e2-06a01fd2b5cc/1.0.6353.25356/PdfFileType.dll.
----------------------------------------
PdfSharp
    Assembly-Version: 1.32.2608.0.
    Win32-Version: 1.32.2608.0.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/ac3d62dc-d93d-4c91-88e2-06a01fd2b5cc/1.0.6353.25356/PdfSharp.DLL.
----------------------------------------
PictureRegion
    Assembly-Version: 1.10.6648.15949.
    Win32-Version: 1.10.6648.15949.
    CodeBase: file:///C:/Program%20Files%20(x86)/SMath%20Studio/plugins/PictureRegion.dll.
----------------------------------------
CheckBoxRegion
    Assembly-Version: 1.0.6353.41257.
    Win32-Version: 1.0.6353.41257.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/aeb799ab-3afc-4a82-8f44-27d03df672ca/1.0.6353.41257/CheckBoxRegion.dll.
----------------------------------------
PieChartRegion
    Assembly-Version: 1.0.6353.26771.
    Win32-Version: 1.0.6353.26771.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/b861ba62-47a3-4c05-a2a5-aa6696d11b52/1.0.6353.26771/PieChartRegion.dll.
----------------------------------------
XYPlotRegion
    Assembly-Version: 0.1.6520.39122.
    Win32-Version: 0.1.6520.39122.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/c12231ec-4873-43c1-a7d0-a167ebd17066/0.1.6520.39122/XYPlotRegion.dll.
----------------------------------------
CoolPropWrapper
    Assembly-Version: 6.1.6353.42876.
    Win32-Version: 6.1.6353.42876.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/ca92ef03-c7da-4888-98ad-528482733e2f/6.1.6353.42876/CoolPropWrapper.dll.
----------------------------------------
ModellerRegion
    Assembly-Version: 1.0.6353.23719.
    Win32-Version: 1.0.6353.23719.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/d5139464-68f1-4c95-bb0a-66f7ac41f86c/1.0.6353.23719/ModellerRegion.dll.
----------------------------------------
netDxf
    Assembly-Version: 0.1.2.0.
    Win32-Version: 0.1.2.0.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/d5139464-68f1-4c95-bb0a-66f7ac41f86c/1.0.6353.23719/netDxf.DLL.
----------------------------------------
GPCWrapper
    Assembly-Version: 1.0.6353.25369.
    Win32-Version: 1.0.6353.25369.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/ddc09821-49f1-4c21-a829-6499de0a8f01/1.0.6353.25369/GPCWrapper.dll.
----------------------------------------
ODESolvers
    Assembly-Version: 0.1.6520.39104.
    Win32-Version: 0.1.6520.39104.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/ddc09821-49f1-4c21-a829-6499de0a8f06/0.1.6520.39104/ODESolvers.dll.
----------------------------------------
iode64
    Assembly-Version: 0.1.6520.39104.
    Win32-Version: .
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/ddc09821-49f1-4c21-a829-6499de0a8f06/0.1.6520.39104/iode64.dll.
----------------------------------------
msvcm90
    Assembly-Version: 9.0.30729.6161.
    Win32-Version: 9.00.30729.6161.
    CodeBase: file:///C:/windows/WinSxS/amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_08e61857a83bc251/msvcm90.dll.
----------------------------------------
include
    Assembly-Version: 0.1.6538.12588.
    Win32-Version: 0.1.6538.12588.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/dfdcd1f7-5005-45f1-8bf8-016fb072ccf3/0.1.6538.12588/include.dll.
----------------------------------------
XLSXupdate
    Assembly-Version: 1.99.6354.6352.
    Win32-Version: 1.99.6354.6352.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/e40eaef6-4622-4ef3-ad03-077e8f005bb1/1.99.6354.6352/XLSXupdate.dll.
----------------------------------------
Microsoft.VisualBasic
    Assembly-Version: 10.0.0.0.
    Win32-Version: 14.7.2053.0 built by: NET47REL1.
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll.
----------------------------------------
Microsoft.Office.Interop.Excel
    Assembly-Version: 15.0.0.0.
    Win32-Version: 15.0.4569.1506.
    CodeBase: file:///C:/windows/assembly/GAC_MSIL/Microsoft.Office.Interop.Excel/15.0.0.0__71e9bce111e9429c/Microsoft.Office.Interop.Excel.dll.
----------------------------------------
office
    Assembly-Version: 15.0.0.0.
    Win32-Version: 15.0.4981.1000.
    CodeBase: file:///C:/windows/assembly/GAC_MSIL/office/15.0.0.0__71e9bce111e9429c/office.dll.
----------------------------------------
Pngcs
    Assembly-Version: 1.1.4.1.
    Win32-Version: 1.1.4.1.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/e40eaef6-4622-4ef3-ad03-077e8f005bb1/1.99.6354.6352/Pngcs.DLL.
----------------------------------------
DevelopmentTools
    Assembly-Version: 1.0.6633.21734.
    Win32-Version: 1.0.6633.21734.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/f406188b-ff0e-4b02-8b05-8d6fda91e357/1.0.6633.21734/DevelopmentTools.dll.
----------------------------------------
System.Management
    Assembly-Version: 4.0.0.0.
    Win32-Version: 4.7.2117.0 built by: NET47REL1LAST.
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Management/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Management.dll.
----------------------------------------
ComboBoxListRegion
    Assembly-Version: 1.0.6492.12187.
    Win32-Version: 1.0.6492.12187.
    CodeBase: file:///C:/Users/kraska/AppData/Roaming/SMath/extensions/plugins/fae04ec0-301f-11d3-bf4b-00c04f79efbc/1.0.6492.12187/ComboBoxListRegion.dll.
----------------------------------------
HTMLFileType
    Assembly-Version: 1.13.6648.15949.
    Win32-Version: 1.13.6648.15949.
    CodeBase: file:///C:/Program%20Files%20(x86)/SMath%20Studio/plugins/HTMLFileType.dll.
----------------------------------------
ImageFileType
    Assembly-Version: 1.10.6648.15950.
    Win32-Version: 1.10.6648.15950.
    CodeBase: file:///C:/Program%20Files%20(x86)/SMath%20Studio/plugins/ImageFileType.dll.
----------------------------------------
PlotRegion
    Assembly-Version: 1.10.6648.15950.
    Win32-Version: 1.10.6648.15950.
    CodeBase: file:///C:/Program%20Files%20(x86)/SMath%20Studio/plugins/PlotRegion.dll.
----------------------------------------
SMathFileType
    Assembly-Version: 1.10.6648.15950.
    Win32-Version: 1.10.6648.15950.
    CodeBase: file:///C:/Program%20Files%20(x86)/SMath%20Studio/plugins/SMathFileType.dll.
----------------------------------------
StandardToolboxButtons
    Assembly-Version: 1.1.6648.15950.
    Win32-Version: 1.1.6648.15950.
    CodeBase: file:///C:/Program%20Files%20(x86)/SMath%20Studio/plugins/StandardToolboxButtons.dll.
----------------------------------------
SMath.UI
    Assembly-Version: 0.99.6648.15948.
    Win32-Version: 0.99.6648.15948.
    CodeBase: file:///C:/Program%20Files%20(x86)/SMath%20Studio/SMath.UI.DLL.
----------------------------------------
XMCDFileType
    Assembly-Version: 1.12.6648.15949.
    Win32-Version: 1.12.6648.15949.
    CodeBase: file:///C:/Program%20Files%20(x86)/SMath%20Studio/plugins/XMCDFileType.dll.
----------------------------------------
ViewerFileType
    Assembly-Version: 1.1.6648.15950.
    Win32-Version: 1.1.6648.15950.
    CodeBase: file:///C:/Program%20Files%20(x86)/SMath%20Studio/plugins/ViewerFileType.dll.
----------------------------------------
System.Windows.Forms.resources
    Assembly-Version: 4.0.0.0.
    Win32-Version: 4.7.2053.0 built by: NET47REL1.
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_de_b77a5c561934e089/System.Windows.Forms.resources.dll.
----------------------------------------
Microsoft.GeneratedCode
    Assembly-Version: 1.0.0.0.
    Win32-Version: 4.7.2117.0 built by: NET47REL1LAST.
    CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll.
----------------------------------------

************** JIT-Debuggen **************
Um das JIT-Debuggen (Just-In-Time) zu aktivieren, muss in der
Konfigurationsdatei der Anwendung oder des Computers
(machine.config) der jitDebugging-Wert im Abschnitt system.windows.forms festgelegt werden.
Die Anwendung muss mit aktiviertem Debuggen kompiliert werden.

Zum Beispiel:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

Wenn das JIT-Debuggen aktiviert ist, werden alle nicht behandelten
Ausnahmen an den JIT-Debugger gesendet, der auf dem
Computer registriert ist, und nicht in diesem Dialogfeld behandelt.
 

    faren fatgas (Friday, February 27, 2026 6:54 AM) #

Mentre cercavo un po' di sano svago su un forum a Napoli, ho letto di questa opportunità interessante. Il mio gatto è saltato sulla tastiera e ha cliccato su https://duo-spin.it/bonus proprio mentre ero ancora molto indeciso sul da farsi. Sarà stato un segno del destino, perché dopo una serie di colpi sfortunati, ho finalmente centrato una vittoria pesante. Ho ripagato le giocate precedenti e ora ho abbastanza per godermi una bella cena fuori. Sono davvero contento della serata.

    Gordon Piper (Tuesday, November 11, 2025 5:55 AM) #

@Ramp Xtreme Thanks for confirming it’s working again!

    Davide (Sunday, March 18, 2018 6:30 PM) #

Fixed, thank you!