Error sequence contains no matching element

I refreshed my report which went fine, then i went into a workbook to input some masterdata then i got this "   "error sequence contains no matching element"   Nothing major has been changed. Only some numbers and text which is done on a daily basis.   Why is this happening?

Hello, 

I have the same issue, last week my dashboard was working fine. Today Query Editor works fine, but when I try to refresh the whole dataset I get: «error sequence contains no matching element»

I even tried my previous version (so no changes) and I get the same error there as well. 

Using SharePoint located excels as a source

Any suggestions on how to solve this?

Thank you

AP

Hello, 

Today Query Editor works fine, but when I try to refresh the whole dataset I get: «error sequence contains no matching element»

I even tried my previous version (so no changes) and I get the same error there as well. 

Using SharePoint located excels as a source

Any suggestions on how to solve this?

Thank you

I am experiencing the same issue.  I discovered a data refresh error and went into Power Query.  I removed the offending step and clicked «Close and Apply».  The query evaluated, loaded data to the model and when I thought it was about to finish, I recieved the «Sequence contains no matching element» error.

I have the exact same issue as described above, suddenly I get the «Sequence contains no matching element» even though no changes have been made to the source files, etc. Sources are excel stored in Sharepoint.

Hello all, 

I might have found a workaround. Took all the queries in the Query Editor and copy/pasted them into a new .pbix file. The data model refreshed. On the other hand, I will need to reproduce all the visuals and DAX measures.. Therefore this is not really an elegant solution. 

Hope this helps

AP

Experiencing the same issue.

Dashboard refreshes fine, all credentials working.

Two queries connected to BigQuery. When I try to append them I get the error.

This error so far has been due to:

1: Duplicate rows in a field used as a primary join

2: a date format error in different table which casued chain reaction

It seems this is a new bug in the February 2021 version.  Specific error messages are not coming through. 

Hi

I have a LAB environment set up to test Data Quality Services.

This is the LAB Setup:

  • Server: With SQL Server 2012 DB locally installed.  DQS Server Installed.  DQS Client installed.
  • Workstation: DQS Client installed only, simulating Data Steward scenario

When CU1 released, I decided to upgrade my LAB to test the performance improvement in DQS.  I proceeded with the following steps:

  • Upgrade Server with CU1
  • Upgrade DQS Schema on Server
  • Upgrade DQS dlls on Server

From the server machine, all DQS functionality seemed to work fine.  On the Workstation machine, I started getting strange errors.  First it complained about parallel processing in a data quality cleansing project.  Maching the threads between
1 and 4 with a sql query made no difference.

I then thought the DQS client must be upgraded but couldn’t find a dqsinstaller.exe file on the workstation.  I then proceeded to run the CU1 setup package on the workstation.  On the Feature page it detected that DQS Client was the only installation
and proceeded with the upgrade without problem.

But the problems on the workstation with DQS client still persists.  If I try the exact same features on the Server, all works.  I can run the cleansing project, I can export matching policy results, no issues at all.

I can’t help but feel a sort of «upgrade» is necessary on the workstation that only has DQS client installed, but I can’t find any information.

Here is what happens:

I have set up a simple Knowledge Base (using a mix of DQS Data and the adventure works 2012 sample db) to check address information (Country, State, City, Address Line 1).

I have also set up a matching policy in the same KB

I use it to try and find «house hold» maches in the address data (i.e. two or more people live at the same address).

When I run a data quality project using the matching policy, on the data in the AdventureWorks 2012 sample database using the Person.address (and related tables) the project completes successfully.

However, when I try to export the result to a SQL table, I get the following error:

2012/05/30 05:04:26 PM|[]|1|INFO|PUID|Microsoft.Ssdqs.Proxy.EntryPoint.ProxyInit|Starting DQS ProxyInit: version [11.0.2316.0], machine name [WS1], user name [LABbaileym], operating system [Microsoft Windows NT 6.1.7601 Service Pack 1]…
2012/05/30 05:04:26 PM|[]|1|INFO|PUID|Microsoft.Ssdqs.Proxy.EntryPoint.ProxyInit|DQS ProxyInit started.
2012/05/30 05:04:50 PM|[]|1|ERROR|CLIENT|Microsoft.Ssdqs.Studio.ViewModels.Utilities.UIHelper|An error has occurred.
System.InvalidOperationException:Sequence contains no matching element;
   at System.Linq.Enumerable.First[TSource](IEnumerable`1 source, Func`2 predicate);
   at Microsoft.Ssdqs.Studio.ViewModels.Data.DataSources.DatabaseHelper.GetStagingDatabase();
   at Microsoft.Ssdqs.Studio.ViewModels.ViewModels.Matching.MatchingExportViewModel.CreateTemporaryRepositoryMetadata(RepositoryMetadata source);
   at Microsoft.Ssdqs.Studio.ViewModels.ViewModels.Matching.MatchingExportViewModel.ExportMatchingContentCommandExecute(Object parameter);
   at Microsoft.Ssdqs.Studio.ViewModels.Utilities.UICommand.Execute(Object parameter);
   at Microsoft.Ssdqs.Studio.Views.Pages.Matching.MatchingExportView.MatchingExportExecute(Object sender, ExecutedRoutedEventArgs e);
   at System.Windows.Input.CommandBinding.OnExecuted(Object sender, ExecutedRoutedEventArgs e);
   at System.Windows.Input.CommandManager.ExecuteCommandBinding(Object sender, ExecutedRoutedEventArgs e, CommandBinding commandBinding);
   at System.Windows.Input.CommandManager.FindCommandBinding(CommandBindingCollection commandBindings, Object sender, RoutedEventArgs e, ICommand command, Boolean execute);
   at System.Windows.Input.CommandManager.FindCommandBinding(Object sender, RoutedEventArgs e, ICommand command, Boolean execute);
   at System.Windows.Input.CommandManager.OnExecuted(Object sender, ExecutedRoutedEventArgs e);
   at System.Windows.UIElement.OnExecutedThunk(Object sender, ExecutedRoutedEventArgs e);
   at System.Windows.Input.ExecutedRoutedEventArgs.InvokeEventHandler(Delegate genericHandler, Object target);
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target);
   at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs);
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised);
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args);
   at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted);
   at System.Windows.Input.RoutedCommand.ExecuteImpl(Object parameter, IInputElement target, Boolean userInitiated);
   at System.Windows.Input.RoutedCommand.ExecuteCore(Object parameter, IInputElement target, Boolean userInitiated);
   at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated);
   at System.Windows.Controls.Primitives.ButtonBase.OnClick();
   at System.Windows.Controls.Button.OnClick();
   at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e);
   at System.Windows.UIElement.OnMouseLeftButtonUpThunk(Object sender, MouseButtonEventArgs e);
   at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget);
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target);
   at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs);
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised);
   at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent);
   at System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e);
   at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget);
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target);
   at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs);
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised);
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args);
   at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args);
   at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted);
   at System.Windows.Input.InputManager.ProcessStagingArea();
   at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input);
   at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport);
   at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel);
   at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled);
   at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled);
   at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled);
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o);
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs);
   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)

I doubt that it has anything to do with security seeing as before the CU1 on the server, I could export results from this workstation to that database.

Any advice would be appreciated.

Thanks

Michelle

Just to emphasize, codeplex currently doesn’t support adding new threads to issue or discussion board, otherwise I would post this issue there.

This simple test fails on any attempt to work with DbSet.

public async Task TestMethod1()
{
    DbConnection inMemoryConnection =                
        Effort.DbConnectionFactory.CreateTransient();

    using (var dbContext = MyDbContext.CreateDbContext(inMemoryConnection)) 
    {
        // Fails on this line (triggered by Add method):
        dbContext.Users.Add(new User()
        {
            Id = 1                         
        });
        var item = dbContext.User.Find(1);
        Assert.AreEqual(1, item.Id);
    } 
}

Tried Methods like Add, Find, FindAsync, linq queries, etc. Also tried with a couple of even simpler entities. Tried using IDbSet as well. Also played around with the app.config and finally removed any references to Effort from the config in regards to DB connection.

I have no idea what I’m missing… Any suggestions?

Top exception is:

_System.InvalidOperationException: Sequence contains no matching element_

Test Name:  TestMethod1
Test FullName:  ****
Test Source:    **** : line 21
Test Outcome:   Failed
Test Duration:  0:00:00,5738216

Result Message: 
Test method ****.TestMethod1 threw exception: 
System.InvalidOperationException: Sequence contains no matching element
Result StackTrace:  
at System.Linq.Enumerable.Single[TSource](IEnumerable`1 source, Func`2 predicate)
   at System.Data.Entity.Utilities.DbProviderManifestExtensions.GetStoreTypeFromName(DbProviderManifest providerManifest, String name)
   at System.Data.Entity.ModelConfiguration.Configuration.Properties.Primitive.PrimitivePropertyConfiguration.ConfigureColumn(EdmProperty column, EntityType table, DbProviderManifest providerManifest)
   at System.Data.Entity.ModelConfiguration.Configuration.Properties.Primitive.PrimitivePropertyConfiguration.Configure(EdmProperty column, EntityType table, DbProviderManifest providerManifest, Boolean allowOverride, Boolean fillFromExistingConfiguration)
   at System.Data.Entity.ModelConfiguration.Configuration.Properties.Primitive.PrimitivePropertyConfiguration.<>c__DisplayClass4.<Configure>b__3(Tuple`2 pm)
   at System.Data.Entity.Utilities.IEnumerableExtensions.Each[T](IEnumerable`1 ts, Action`1 action)
   at System.Data.Entity.ModelConfiguration.Configuration.Properties.Primitive.PrimitivePropertyConfiguration.Configure(IEnumerable`1 propertyMappings, DbProviderManifest providerManifest, Boolean allowOverride, Boolean fillFromExistingConfiguration)
   at System.Data.Entity.ModelConfiguration.Configuration.Types.StructuralTypeConfiguration.ConfigurePropertyMappings(IList`1 propertyMappings, DbProviderManifest providerManifest, Boolean allowOverride)
   at System.Data.Entity.ModelConfiguration.Configuration.Types.EntityTypeConfiguration.ConfigurePropertyMappings(DbDatabaseMapping databaseMapping, EntityType entityType, DbProviderManifest providerManifest, Boolean allowOverride)
   at System.Data.Entity.ModelConfiguration.Configuration.Types.EntityTypeConfiguration.Configure(EntityType entityType, DbDatabaseMapping databaseMapping, DbProviderManifest providerManifest)
   at System.Data.Entity.ModelConfiguration.Configuration.ModelConfiguration.ConfigureEntityTypes(DbDatabaseMapping databaseMapping, ICollection`1 entitySets, DbProviderManifest providerManifest)
   at System.Data.Entity.ModelConfiguration.Configuration.ModelConfiguration.Configure(DbDatabaseMapping databaseMapping, DbProviderManifest providerManifest)
   at System.Data.Entity.DbModelBuilder.Build(DbProviderManifest providerManifest, DbProviderInfo providerInfo)
   at System.Data.Entity.DbModelBuilder.Build(DbConnection providerConnection)
   at System.Data.Entity.Internal.LazyInternalContext.CreateModel(LazyInternalContext internalContext)
   at System.Data.Entity.Internal.RetryLazy`2.GetValue(TInput input)
   at System.Data.Entity.Internal.LazyInternalContext.InitializeContext()
   at System.Data.Entity.Internal.InternalContext.GetEntitySetAndBaseTypeForType(Type entityType)
   at System.Data.Entity.Internal.Linq.InternalSet`1.Initialize()
   at System.Data.Entity.Internal.Linq.InternalSet`1.get_InternalContext()
   at System.Data.Entity.Internal.Linq.InternalSet`1.ActOnSet(Action action, EntityState newState, Object entity, String methodName)
   at System.Data.Entity.Internal.Linq.InternalSet`1.Add(Object entity)
   at System.Data.Entity.DbSet`1.Add(TEntity entity)
   at ****.<TestMethod1>d__1.MoveNext() in ****:line 29
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.GetResult()

Partial of the MyDbContext:

public class MyDbContext : DbContext
{    
    public DbSet<User> Users { get; set; }

    private MyDbContext() : base()
    {
        this.Configuration.LazyLoadingEnabled = false;
    }

    private MyDbContext(DbConnection connection) : base(connection, true)
    {
        this.Configuration.LazyLoadingEnabled = false;
    }

    public static MyDbContext CreateDbContext(DbConnection connection = null)
    {
        if (connection == null)
           return new MyDbContext();

        return new MyDbContext(connection);
    }
}

This is the User Entity.

public class User
{

    [Key]
    public long Id { get; set; }

    [Required]
    [MaxLength(PropertyLengths.UserUsernameMax)]
    [MinLength(PropertyLengths.UserUsernameMin)]
    [Index(IsUnique = true)]
    public string Username { get; set; }

    [Required]
    [MaxLength(PropertyLengths.UserEmailMax)]
    [EmailAddress]
    [Index(IsUnique = true)]
    public string Email { get; set; }

    public DateTime RegistrationTime { get; set; }

    [Required]
    [MaxLength(PropertyLengths.UserPasswordBinaryMax)]
    public byte[] Password { get; set; }

    public bool IsSupaUza { get; set; }

    public virtual ICollection<SomeEntity1> SomeEntities1 { get; set; }

    public virtual ICollection<SomeEntity2> SomeEntities2 { get; set; }

    public virtual ICollection<SomeEntity3> SomeEntities3 { get; set; }

    [MaxLength(PropertyLengths.DefaultMax)]
    public string FirstName { get; set; }

    [MaxLength(PropertyLengths.DefaultMax)]
    public string LastName { get; set; }

    [Column(TypeName = "Date")]
    public DateTime DateOfBirth { get; set; }

    [MaxLength(PropertyLengths.BlobUri)]
    public string MyCoolPic { get; set; }     
}

Unit test project app.config

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <configSections>
    <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
    <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
  </configSections>
  <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
      </dependentAssembly>
    </assemblyBinding>
  </runtime>
  <entityFramework>
    <defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" />
    <providers>
      <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />      
    </providers>
  </entityFramework>  
</configuration>

Unit test project packages.config

<?xml version="1.0" encoding="utf-8"?>
<packages>
  <package id="Effort.EF6" version="1.1.4" targetFramework="net45" />
  <package id="EntityFramework" version="6.1.3" targetFramework="net45" />
  <package id="NMemory" version="1.0.1" targetFramework="net45" />
</packages>

Hi,

I have the newest SDL Trados 2017 (and the newest Multiterm). I have already repaired the two programs and checked for updates.

I am working in a project package from a client but this problem persists with packages from other clients as well: When I try to highlight a source and a target term and click «Add New Term» I get the error message: «Sequence contains no matching element» (see error report attached). Furthermore, Multiterm is not showing the terms that I know are in the termbase when I go to a new segment. It keeps saying «No results available», although I used the same TB just yesterday with no problems.

Opening up a different project package (from a different client) and trying to set the TB’s in the Project Settings, I get the other attached error message: «Failed to create setting page». I really don’t know what to do here since I don’t believe that I have changed any settings before it started making trouble.

I hope you can help me figure out what’s wrong. THANKS!

<SDLErrorDetails time="18-01-2019 10:40:38">
  <ErrorMessage>Failed to create setting page.</ErrorMessage>
  <Exception>
    <Type>System.InvalidOperationException, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</Type>
    <HelpLink />
    <Source>Sdl.TranslationStudio.ProjectManagement</Source>
    <HResult>-2146233079</HResult>
    <StackTrace><![CDATA[   at Sdl.TranslationStudio.ProjectManagement.Settings.ProjectTermbaseSettingsPage.GetControl()
   at Sdl.Desktop.Platform.WinForms.SettingsUIControl._tree_AfterActivate(Object sender, NodeEventArgs e)]]></StackTrace>
  </Exception>
  <Environment>
    <ProductName>SDL Trados Studio</ProductName>
    <ProductVersion>14.0.0.0</ProductVersion>
    <EntryAssemblyFileVersion>14.1.10015.44945</EntryAssemblyFileVersion>
    <OperatingSystem>Microsoft Windows 10 Home</OperatingSystem>
    <ServicePack>NULL</ServicePack>
    <OperatingSystemLanguage>1031</OperatingSystemLanguage>
    <CodePage>1252</CodePage>
    <LoggedOnUser>LAPTOP-EC1O6MVNMissHelene</LoggedOnUser>
    <DotNetFrameWork>4.0.30319.42000</DotNetFrameWork>
    <ComputerName>LAPTOP-EC1O6MVN</ComputerName>
    <ConnectedToNetwork>True</ConnectedToNetwork>
    <PhysicalMemory>8286340 MB</PhysicalMemory>
  </Environment>
</SDLErrorDetails>
<SDLErrorDetails time="18-01-2019 09:59:50">
  <ErrorMessage>Sequence contains no matching element</ErrorMessage>
  <Exception>
    <Type>System.InvalidOperationException, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</Type>
    <HelpLink />
    <Source>System.Core</Source>
    <HResult>-2146233079</HResult>
    <StackTrace><![CDATA[   at System.Linq.Enumerable.First[TSource](IEnumerable`1 source, Func`2 predicate)
   at Sdl.MultiTerm.Client.TerminologySearch.MultitermSearch.Search(String text)
   at Sdl.MultiTerm.Client.TerminologySearch.TermLookup.Lookup(String text)
   at Sdl.TranslationStudio.Editor.Terminology.EditorTermbaseUtils.LookupTerm(ITermbaseProvider provider, String searchTerm, String source, String target)
   at Sdl.TranslationStudio.Editor.Terminology.EditorTermbaseUtils.AddTerm(IEditorService editorService, ITranslatableDocument translatableDocument, String sourceText, String targetText)
   at Sdl.TranslationStudio.Editor.Terminology.Actions.AbstractAddNewTermAction.AddTerm()
   at Sdl.TranslationStudio.Editor.Terminology.Actions.AddNewTerm.Execute()
   at Sdl.Desktop.Platform.Implementation.CommandBars.StaticAction.Execute()
   at Sdl.Desktop.Platform.Implementation.CommandBars.ActionService.<>c__DisplayClass30_0.<ExecuteAction>b__0()
   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.ButtonToolUIElement.DoClickProcessing(MouseEventArgs e)
   at Infragistics.Win.UltraWinToolbars.ButtonToolUIElement.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 Trados Studio</ProductName>
    <ProductVersion>14.0.0.0</ProductVersion>
    <EntryAssemblyFileVersion>14.1.10015.44945</EntryAssemblyFileVersion>
    <OperatingSystem>Microsoft Windows 10 Home</OperatingSystem>
    <ServicePack>NULL</ServicePack>
    <OperatingSystemLanguage>1031</OperatingSystemLanguage>
    <CodePage>1252</CodePage>
    <LoggedOnUser>LAPTOP-EC1O6MVNMissHelene</LoggedOnUser>
    <DotNetFrameWork>4.0.30319.42000</DotNetFrameWork>
    <ComputerName>LAPTOP-EC1O6MVN</ComputerName>
    <ConnectedToNetwork>True</ConnectedToNetwork>
    <PhysicalMemory>8286340 MB</PhysicalMemory>
  </Environment>
</SDLErrorDetails>

Понравилась статья? Поделить с друзьями:
  • Error sending to rk7
  • Error sending sparse system
  • Error sending sparse super
  • Error sending sms перевод
  • Error sending sms message asterisk