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 |
How can you configure a .net remoting object via xml file?
Types of compatabilities and explain them ?
Explain the Flow of remoting?
What are static assemblies?
Explain Singleton design pattern of Remoting?
Is it a good design practice to distribute the implementation to remoting client?
How can objects in two diff. App Doimains communicate with each other ?
Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs?
What is assembly ?
what is the diff between remoting and webservice
Explain how to directly call a native function exported from a dll?
What is ODP.NET?