EntityIndex - Operation is not valid due to current state of the object
See original GitHub issueHey guys! I’m getting an error like described above when trying to generate this:
[Meta]
public class UnlockedTrickComponent : IComponent {
[PrimaryEntityIndex]
public string trickId;
[EntityIndex]
public int trickHash;
}
But it generates fine when I remove one of the indexes. Am I not allowed to have multiple indexes on one component or did I miss something?
Thanks.
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Operation is not valid due to the current state of the object, ...
Issue happens because Microsoft Security Update MS11-100 limits number of keys in Forms collection during HTTP POST request. To alleviate this ...
Read more >Operation is not valid due to the current state of the object.
Hi, Why i am getting this error: Operation is not valid due to the current state of the object. Here is my code:...
Read more >Operation is not valid due to the current state of the object
http://stackoverflow.com/questions/8832470/operation-is-not-valid-due-to-the-current-state-of-the-object-error-during-pos[^]
Read more >Error: Operation is not valid due to the current state of Object
Open Web.Config from Control Panel Website (located at: C:\Program Files\MachSol\MachPanel Control Server), and find <appSettings> key in it. · Write following ...
Read more >Operation is not valid due to the current state of the object.
To solve this issue, set aspnet:MaxHttpCollectionKeys key value to 2000 in App settings in Web. config.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Updated generator, multiple entity indices are now supported! 👍
Reopen, needs some more adjustments…