3
Answers

class name conflict from different dlls

Mrudul Ganpule

Mrudul Ganpule

10y
1.1k
1
I am using two dlls XeroApi.dll and DevDefined.OAuth.dll both have OAuth class ,  problem is that i have used OAuth class of  XeroApi.dll earlier in  my project. Now i am trying to use this OAuth class from DevDefined.OAuth.dll, then it is giving error that OAuth is present in both dll , it is conflicting
Answers (3)