When I create a new termbase with my SDL Multiterm, it always pops up with "Object reference not set to an instance of an object." prompt, and thus I couldn't create a new termbase, could anybody help me out? thanks!
and the error message is as following:
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<SDLErrorDetails time="2018/6/28 10:43:55">
<ErrorMessage>
Object reference not set to an instance of an object.
</ErrorMessage>
<Exception>
<Type>
System.NullReferenceException, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
</Type>
<HelpLink/>
<Source>Sdl.MultiTerm.Core.Common</Source>
<HResult>-2147467261</HResult>
<StackTrace>
<![CDATA[
at Sdl.MultiTerm.Core.Common.DataContainers.TermbaseStatus..ctor(ITermbaseInfo info) at Sdl.MultiTerm.Studio.Editor.TermbaseService.CreateTermbase(ITermbaseInfo info) at Sdl.MultiTerm.Studio.Editor.Actions.TermbasesView.CreateTermbaseAction.Execute() at Sdl.Desktop.Platform.Implementation.CommandBars.StaticAction.Execute() at Sdl.Desktop.Platform.Implementation.CommandBars.ActionService.<>c__DisplayClass3.<ExecuteAction>b__2() at Sdl.Desktop.Platform.Implementation.Services.Log.Resources(Object message, Action action) at Sdl.Desktop.Platform.Implementation.CommandBars.ActionService.ExecuteAction(IAction action, ActionOrigin origin, Boolean allowToggle) at Sdl.Desktop.Platform.WinForms.IgCommandBarAction.Execute() at Sdl.Desktop.Platform.WinForms.IgCommandBarAction._lazyButtonTool_ToolClick(Object sender, ToolClickEventArgs e) at Infragistics.Win.UltraWinToolbars.ToolBase.OnToolClick(ToolClickEventArgs e) at Infragistics.Win.UltraWinToolbars.UltraToolbarsManager.OnToolClick(ToolClickEventArgs e) at Infragistics.Win.UltraWinToolbars.UltraToolbarsManager.FireEvent(ToolbarEventIds id, EventArgs e) at Infragistics.Win.UltraWinToolbars.ToolBase.OnToolClick() at Infragistics.Win.UltraWinToolbars.ToolMenuItem.OnClick() at Infragistics.Win.UltraWinToolbars.PopupMenuItemUIElement.DoClickProcessing(MouseEventArgs e) at Infragistics.Win.UltraWinToolbars.PopupMenuItemUIElement.OnMouseUp(MouseEventArgs e) at Infragistics.Win.TextUIElementBase.OnMouseUp(MouseEventArgs e) at Infragistics.Win.ControlUIElementBase.ProcessMouseUpHelper(Object sender, MouseEventArgs e) at Infragistics.Win.ControlUIElementBase.ProcessMouseUp(Object sender, MouseEventArgs e) at Infragistics.Win.Utilities.ProcessEvent(Control control, ProcessEvent eventToProcess, EventArgs e) at Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea.OnMouseUp(MouseEventArgs e) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.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)
]]>
</StackTrace>
</Exception>
<Environment>
<ProductName>SDL MultiTerm</ProductName>
<ProductVersion>MultiTerm14</ProductVersion>
<EntryAssemblyFileVersion>14.1.2441.0</EntryAssemblyFileVersion>
<OperatingSystem>Microsoft Windows 8.1 中文版</OperatingSystem>
<ServicePack>NULL</ServicePack>
<OperatingSystemLanguage>2052</OperatingSystemLanguage>
<CodePage>936</CodePage>
<LoggedOnUser>Samuel\SamuelP</LoggedOnUser>
<DotNetFrameWork>4.0.30319.36399</DotNetFrameWork>
<ComputerName>SAMUEL</ComputerName>
<ConnectedToNetwork>True</ConnectedToNetwork>
<PhysicalMemory>4102124 MB</PhysicalMemory>
</Environment>
</SDLErrorDetails>