You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following error occurred after a simple property and method export:
System.InvalidOperationException: Sequence contains no elements
at System.Linq.Enumerable.Aggregate[TSource](IEnumerable1 source, Func3 func)
at InnovatorAdmin.DatabasePackage.Write(InstallScript script, Func2 errorHandler, Action2 reportProgress) in C:\Users\eric.domke\Documents\Code\InnovatorAdmin\InnovatorAdmin.Api\IO\DatabasePackage.cs:line 63
at InnovatorAdmin.InstallProcessor.InstallLines() in C:\Users\eric.domke\Documents\Code\InnovatorAdmin\InnovatorAdmin.Api\Install\InstallProcessor.cs:line 237
The text was updated successfully, but these errors were encountered:
The following error occurred after a simple property and method export:
System.InvalidOperationException: Sequence contains no elements
at System.Linq.Enumerable.Aggregate[TSource](IEnumerable
1 source, Func
3 func)at InnovatorAdmin.DatabasePackage.Write(InstallScript script, Func
2 errorHandler, Action
2 reportProgress) in C:\Users\eric.domke\Documents\Code\InnovatorAdmin\InnovatorAdmin.Api\IO\DatabasePackage.cs:line 63at InnovatorAdmin.InstallProcessor.InstallLines() in C:\Users\eric.domke\Documents\Code\InnovatorAdmin\InnovatorAdmin.Api\Install\InstallProcessor.cs:line 237
The text was updated successfully, but these errors were encountered: