Mukesh Sagar

Mukesh Sagar

  • 600
  • 1.6k
  • 19.7k

DLL Import in c#

Aug 18 2020 12:40 AM
I have an application that uses the multiple version of Newtonsoft.dll. By default the version (10.0.0.0) is used. But in the below mentioned function the old version is to be used to handle the below mentioned function.
 
public override TransactionResponse45 Capture(..)
{} 
 
How to handle this situation? 

Answers (1)