3
Answers

class name conflict from different dlls

Photo of Mrudul Ganpule

Mrudul Ganpule

11y
1.6k
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)