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



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

Answer / guest

Use the directive in the XML .config file for a given
application.

<probing privatePath=?c:\mylibs; bin\debug? />

should do the trick. Or you can add additional search paths
in the Properties box of the deployed application.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More Dot Net Remoting Interview Questions

When we use web service and when we use Remoting?

2 Answers  


What is delay signing?

2 Answers   HCL,


Give the Hierarchial description of remoting?

1 Answers   Satyam,


Explain Singleton design pattern of Remoting?

0 Answers   PUCIT,


What are the security features in .net remoting?

0 Answers  






Are you aware of containment and Aggregation ?

0 Answers   DELL,


When should we choose .net remoting over .net web services?

0 Answers  


What are the remotable objects in .net remoting?

0 Answers  


Explain when we use web service and when we use remoting?

0 Answers  


When do we use delegates in your remoting applications?

0 Answers  


What are static assemblies and dynamic assemblies. Differences between them?

0 Answers  


What are the security issues if we send a query from the application?

2 Answers   Microsoft, Timken,


Categories