How to install the same solution in both 14 and 15 mode programmatically without using powershell command like following code in Sharepoint 2013.
SPFarm farm = SPFarm.Local;
SPSolution solution = farm.Solutions.Add(filename);
How to install the same solution in both 14 and 15 mode programmatically without using powershell command like following code in Sharepoint 2013.
SPFarm farm = SPFarm.Local;
SPSolution solution = farm.Solutions.Add(filename);