Every WEB LOOKUP search giving me an "Object reference not set to an instance of an object" error

The searches do work, but I have to dismiss this pop-up window every time.

It wasn't doing this when I started the project; I believe that some keystrokes meant to navigate the document in Studio 2017 accidentally corresponded to a Studio 2017 keyboard key combination that changed a setting.

But I don't know what.

Thanks, as always!

John N.

Parents Reply Children
  • <SDLErrorDetails time="11/21/2017 5:01:06 PM">
      <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>StudioIntegrationApiWebLookup</Source>
        <HResult>-2147467261</HResult>
        <StackTrace><![CDATA[   at StudioIntegrationApiWebLookup.WebBrowserTabPage.FinishAfterPageLoad()
       at StudioIntegrationApiWebLookup.WebBrowserTabPage.TimerEventProcessor(Object myObject, EventArgs myEventArgs)
       at System.Windows.Forms.Timer.OnTick(EventArgs e)
       at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)]]></StackTrace>
      </Exception>
      <Environment>
        <ProductName>SDL Trados Studio</ProductName>
        <ProductVersion>14.0.0.0</ProductVersion>
        <EntryAssemblyFileVersion>14.1.6413.8</EntryAssemblyFileVersion>
        <OperatingSystem>Microsoft Windows 10 Home</OperatingSystem>
        <ServicePack>NULL</ServicePack>
        <OperatingSystemLanguage>1033</OperatingSystemLanguage>
        <CodePage>1252</CodePage>
        <LoggedOnUser>THULEV\-</LoggedOnUser>
        <DotNetFrameWork>4.0.30319.42000</DotNetFrameWork>
        <ComputerName>THULEV</ComputerName>
        <ConnectedToNetwork>True</ConnectedToNetwork>
        <PhysicalMemory>33415820 MB</PhysicalMemory>
      </Environment>
    </SDLErrorDetails>
    Here it is!