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
Can you pass SOAP messages through remoting?
Define singleton activation mode in .net remoting?
What are the different types of channels used by .net remoting and which is the best one?
Write a example code for remoting?
Can we configure a .net remoting object via xml file?
Define remotable objects in .net remoting?
What are the different types of channels used by .net remoting?
Elaborate the term WebService and how it differ from Remoting?
What are the information required to configure remote objects?
Types of compatabilities and explain them ?
Define the lease of the object?
Explain threading types?
Will clr handle unmanaged code or not?
What is a formatter in .net remoting?
What are the situations you will use singleton architecture in remoting ?