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
but with error
System.InvalidOperationException: Failed to find an 'ILocalizedStringProvider' implementation. Either include one in the LocalizedModelMetadataProvider constructor, or register an implementation in your Inversion Of Control container.
Do you have any suggestion
Thanks
The text was updated successfully, but these errors were encountered:
Hello I tried to cache ViewLocalizer and succeeded, but I am struggling with RepositoryStringProvider
I did subclass of ViewLocalizer and RepositoryStringProvider in following way:
In Global.asax
private static void RegisterLocalizationFeaturesInTheContainer(ContainerBuilder builder)
{
}
but with error
System.InvalidOperationException: Failed to find an 'ILocalizedStringProvider' implementation. Either include one in the LocalizedModelMetadataProvider constructor, or register an implementation in your Inversion Of Control container.
Do you have any suggestion
Thanks
The text was updated successfully, but these errors were encountered: