Home > Net >  Consult a ambiguous reference error
Consult a ambiguous reference error

Time:09-15

I am using Visual Studio2019 with Microsoft Graph, encountered the following error

According to clew is modified to Microsoft. Identity. Client. More mistakes after PublicClientApplication


Please, answer
PS: I don't have

CodePudding user response:

Ambiguous references that are in different namespaces have a class with the same name, code does not specify which class, a namespace

Development tools give prompt is only a suggestion, are not one hundred percent solution to the problem,

In this case, you need to make sure which one you are using the namespace of the class, in front of the class name and namespace,

CodePudding user response:

I use is identity. The client of the class, the modified figure 2 people three mistakes in the

CodePudding user response:

You use method is obsolete, and no other overloaded functions, or referenced DLL version of relegation

CodePudding user response:

reference assky124 reply: 3/f
you use method is obsolete, see and no other overloaded functions, or referenced DLL version relegation

Let me try ok
  •  Tags:  
  • C#
  • Related