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
Which one is better WebService and Remoting ?
Explain how can you automatically generate interface for the remotable object in .net with microsoft tools?
Are you aware of containment and Aggregation ?
what is Client-activated object in remoting?
Explain serialization formatters in .net remoting
Explain how to directly call a native function exported from a dll?
Define remotable objects in .net remoting?
Define singleton activation mode in .net remoting?
When do we use delegates in your remoting applications?
What is unmanaged code?
What are the ways to configure remoting objects before client can use them?
How do you implement distributed applications in .net?
Will clr handle unmanaged code or not?
Elaborate the term WebService and how it differ from Remoting?
Explain marshalling and its types in .net remoting