So the method is not in the 3.1 DLL. Just how are you seeing this exception in your code? Show the code....
Method not found: System.MissingMethodException

Ketan Patil
21
Reputation points
I am upgrading .net core web api 2.2 to .net core 3.1 while runtime i am getting error like ,
'Microsoft.Extensions.DependencyInjection.IServiceCollection Microsoft.Extensions.DependencyInjection.AuthorizationServiceCollectionExtensions.AddAuthorization(Microsoft.Extensions.DependencyInjection.IServiceCollection, System.Action`1<Microsoft.AspNetCore.Authorization.AuthorizationOptions>)'.
{count} votes
Hi JerryCai-MSFT ,
Actually we have one internal DLL which is creating problem i have updated all other Packages but the internal DLlL we cant update
if you make this conversation as private so i can give you more details
You can't update an internal DLL that's calling a method on a System .NET Core 3.1 DLL that no longer exist. You have a problem, and the internal DLL code needs to change to address the problem.
Your second problem is that you want someone to publicly give up their email address. To me, that's not likely to happen, becuase how does anyone know that your machine has not been compromised, all email addresses are being harvested from your machine, and all of a sudden here comes bogus emails being sent to the person's email address. . :)
@Duane Arnold thats why i told you to make this private thread but you dont know how to do that .
Sign in to comment