-
Notifications
You must be signed in to change notification settings - Fork 1
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
upgrade 2.1 to 3.1 - Could not load type 'Microsoft.AspNetCore.Mvc.DataAnnotations.Internal.NumericClientModelValidatorProvider' from assembly 'Microsoft.AspNetCore.Mvc.DataAnnotations, Version=3.1.32.0, Culture=neutral, PublicKeyToken=adb9793829ddae60' #1
Comments
System.TypeLoadException: Could not load type 'Microsoft.AspNetCore.Mvc.DataAnnotations.Internal.NumericClientModelValidatorProvider' from assembly 'Microsoft.AspNetCore.Mvc.DataAnnotations, Version=3.1.32.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. Full Trace: at StackExchange.Exceptional.ExceptionalMiddleware.Invoke(HttpContext context) |
Hi Team,
We recently started migrating our web app from core 2.1 to 3.1, but running into below error.
We know the last and latest version of Microsoft.AspNetCore.Mvc.DataAnnotations is 2.2.0
but after migrating our app from 2.1 to 3.1, we resolved all the issues, but below issue is coming all the time...
i tried all the options... nothing working out... pls help us here and resolve this. We been trying to fix this quite long time.
Could not load type 'Microsoft.AspNetCore.Mvc.DataAnnotations.Internal.NumericClientModelValidatorProvider' from assembly 'Microsoft.AspNetCore.Mvc.DataAnnotations, Version=3.1.32.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'.
The text was updated successfully, but these errors were encountered: