question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Sequence contains no elements

See original GitHub issue

Prerequisites

  • Verify that this is not a Windows issue;
  • Refer to the System requirements;
  • I do not use a homebrew Windows image;
  • I did not tweak Windows before that could cause system instability;
  • Attach a created log. You may find it in the Logs folder.

Steps To Reproduce

After run app on Windows 11 and Windows 10 show this message only: “Sequence contains no elements” image

Expected behavior

Actual behaviour

Windows Version

Windows 11 and Windows 10

SophiApp version

10.0.0.54 and 10.0.0.53

SophiApp release type

SophiApp

Logs

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:23 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
truefriend-czcommented, Apr 20, 2022

I don’t know which of the two is exactly her anymore. But thank you for testing.

Read more comments on GitHub >

github_iconTop Results From Across the Web

c# - Sequence contains no elements?
When you get the LINQ error "Sequence contains no elements", this is usually because you are using the First() or Single() command rather...
Read more >
Sequence Contains No Elements: How To Solve the C# Error
Sequence contains no elements is an error in C# that arises when you use operators without taking into account an empty source. Click...
Read more >
Sequence contains no elements, ERROR - Microsoft Q&A
Probably the data are incomplete or invalid, because this error means that Single cannot find any row. To skip this step, try something...
Read more >
why I got this error Sequence contains no elements?
The reason for the error is: you want to fetch data from a null. Maybe you can use DefaultIfEmpty(), if the given collection...
Read more >
[Solved] Sequence contains no elements(system. ...
use SingeOrDefault[^]. C#. admin user = AdminContext.userAdmin.SingleOrDefault(xyz => xyz.recid == id); if(user !=null) { // your code to ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found