How can you tell the application to look for assemblies at
the locations other than its own install?
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 |
What is the difference between .Net Remoting and Web Services ?
What is Remoting?
What distributed process frameworks outside .NET do you know?
When do we use delegates in your remoting applications?
Explain when we use web service and when we use remoting?
what is the diff between remoting and webservice
Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?
About performance issues on retrieving records ?
What is objref object in remoting?
What are the situations you will use singleton architecture in remoting ?
Difference between web services & remoting?
How are the activation URLs different in case of SAO and CAO in .NET remoting?