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 are the security measures exist for .net remoting in system.runtime.remoting?
What are CAO's i.e. Client Activated Objects ?
write a example for remoting (code)
How does assembly versioning in .NET prevent DLL Hell?
3 Answers Satyam, Siebel Systems,
What is the Difference between CAO and SAO in Remoting.
How do you implement distributed applications in .net?
Explain how to perform remoting?
How can objects in two diff. App Doimains communicate with each other ?
What is UUID and GUID what is the size of this ID ?
Threading Types ?
Explain the differences between marshal by value and marshal by reference?
What are channels in .NET Remoting?