Daniel Dudda
Daniel Dudda
Getting the same issue with version 4.0.5, in a .NET 4.8 Framework WebForms project. Reverting to latest v3 makes project work again.
There is another problem due to the reuse of the same EditContext, for example when some components with conditions are shown or hidden. I have created a modal window which...
@DanRogers99 Well i simply set "_myContext = new EditContext(model)" to reset it while changing between the Tabs. Like this line [here](https://github.com/umeshvenkat/DynamicComponentFluentValidation/blob/5a8f071535e69f88b403b623e616ae82886d8aab/Pages/Wizard/Estimate.razor#L86). I haven't tested the stuff from another issue (#168)...
I would suggest 8 characters instead 😄. It might be hard to choose a valid key if you have lots of projects and are limited to only 5 or 6...
Well, I investigated this further. This change might fix the usage error, so you can now use the IAMAWSProvider as intended, but it was still not working properly for me....