How can you tell the application to look for assemblies at
the locations other than its own install?
Answer Posted / 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 View All Answers
What are static assemblies and dynamic assemblies. Differences between them?
what are the requirements to enable remote components to interact each other?
Can we configure a .net remoting object via xml file?
What are the threading types?
Which one is better WebService and Remoting ?
define client activated objects (cao)?
How do you directly call a native function exported from a DLL?
What do mean by remotable objects in .net remoting?
What is the difference between remoting and webservice?
What is fundamental of published or precreated objects in remoting?
Elaborate the term WebService and how it differ from Remoting?
What are the steps to publish an object outside the service domain
Write a example code for remoting?
When do we use delegates in your remoting applications?
Define a process?