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 |
Explain the Flow of remoting?
what are the requirements to enable remote components to interact each other?
What are the advantage of remoting over web services?
Explain how to perform remoting?
How do you define the lease of the object?
Can you pass SOAP messages through remoting?
Garbage collector?s functionality on unmanaged code ?
Explain how does assembly versioning in .net prevent dll hell?
What is assembly ?
What is objref object in remoting?
What do you know about .NET assemblies?
Define a process?