Hi,
In C# console application we can add dll reference by [Soln Explorer - References & then adding reference of reqd dll].
In that case,the application expects the dll to be present in same folder. if not, then application doesn't work[Throws exception].
Is it possible that, if a dll in not present in same folder as that of application[exe] , then can we have some other alternative location\path from where the program can load reqd dll then continue with its functionality.
Thanks, Amit