Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot open "Fields" from AL Home #16

Closed
NKarolak opened this issue Dec 2, 2020 · 1 comment
Closed

Cannot open "Fields" from AL Home #16

NKarolak opened this issue Dec 2, 2020 · 1 comment

Comments

@NKarolak
Copy link

NKarolak commented Dec 2, 2020

When I try to open "Fields" from the AL Home:
image

Then I receive:

An unexpected error occurred invoking 'GetTableFields' on the server. FormatException: Input string was not in a correct format.

Output:

[AL Studio][2020-12-02T07:23:44.554Z][Debug]: fail: Microsoft.AspNetCore.SignalR.Internal.DefaultHubDispatcher[8]
      Failed to invoke hub method 'GetTableFields'.
      System.FormatException: Input string was not in a correct format.
         at System.Number.ThrowOverflowOrFormatException(ParsingStatus status, TypeCode type)
         at System.Number.ParseInt32(ReadOnlySpan`1 value, NumberStyles styles, NumberFormatInfo info)
         at System.Int32.Parse(String s)
         at ALObjectParser.Library.ALTable.<>c.<ProcessSections>b__22_0(IALSection s)
         at System.Linq.Utilities.<>c__DisplayClass2_0`3.<CombineSelectors>b__0(TSource x)
         at System.Linq.Enumerable.SelectEnumerableIterator`2.MoveNext()
         at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.MoveNext()
         at System.Linq.Enumerable.ConcatIterator`1.MoveNext()
         at System.Linq.Enumerable.SelectEnumerableIterator`2.MoveNext()
         at System.Linq.Enumerable.ConcatIterator`1.MoveNext()
         at System.Linq.Enumerable.SelectEnumerableIterator`2.MoveNext()
         at System.Linq.Enumerable.ConcatIterator`1.MoveNext()
         at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection)
         at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToList()
         at ALStudio.Server.Services.ALObjectService.GetTableFields()
         at ALStudio.Server.Services.ALObjectService.GetTableFieldsModel(Boolean reload)
         at ALStudio.Server.ALStudioHub.GetTableFields()
         at Microsoft.AspNetCore.SignalR.Internal.DefaultHubDispatcher`1.ExecuteMethod(ObjectMethodExecutor methodExecutor, Hub hub, Object[] arguments)
         at Microsoft.AspNetCore.SignalR.Internal.DefaultHubDispatcher`1.<>c__DisplayClass16_0.<<Invoke>g__ExecuteInvocation|0>d.MoveNext()
@NKarolak
Copy link
Author

NKarolak commented Dec 2, 2020

Solved in upcoming version 0.9.664, thanks :-)

@NKarolak NKarolak closed this as completed Dec 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant