1
Answer

DLL Import in c#

Photo of Mukesh Sagar

Mukesh Sagar

5y
861
1
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)