How can you tell the application to look for assemblies at the locations other than its own install?

Submitted by: Administrator
Use the directive in the XML .config file for a given application.
< probing privatePath=c:mylibs; bindebug />
should do the trick. Or you can add additional search paths in the Properties box of the deployed application.
Submitted by: Administrator

Read Online C# (Sharp) Programming Language Job Interview Questions And Answers