class name conflict from different dlls
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