System.ComponentModel.InvalidEnumArgumentException:

Posts   
 
    
Posts: 1
Joined: 13-Aug-2023
# Posted on: 13-Aug-2023 17:59:46   

Hello i have a typedList generated and i want to retrive the data i use web api core .net 7 and i use llblgen v5.10.1 and i get error, on web api core .net6 is working well on llblgen i use version .NET7

public UsersTTypedList():base("UsersT") --->here { InitClass(false); }

Attachments
Filename File size Added on Approval
errorllblgen.png 90,697 13-Aug-2023 18:00.18 Approved
Otis avatar
Otis
LLBLGen Pro Team
Posts: 39617
Joined: 17-Aug-2003
# Posted on: 14-Aug-2023 08:37:46   

5.10.1 should fix this issue, however it's required you use the .netstandard build on .net 7. Could you please check if you have the 5.10.1 version and the netstandard build of the runtime?

It might be you have a 5.10.1 hotfix build of the runtime, this issue was resolved on June 5th, the day we released 5.10.1 GA so if you have a hotfix build it doesn't contain this fix

Frans Bouma | Lead developer LLBLGen Pro