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
What are the difference between static assemblies and dynamic assemblies?
About Iunknown interface Queue ,its methods Query Interface Addref,Release and Explain each ?
What are static assemblies and dynamic assemblies. Differences between them?
Elaborate the term WebService and how it differ from Remoting?
What is the purpose of strong name?
what is Client-activated object in remoting?
What is the proxy of the server object in .net remoting?
What are the steps to publish an object outside the service domain
Hello, I want to connect a system in LAN and i want to access that.When ever i am moving a mouse in my desktop the similar thing have to happend in the another system in which i have connected. I need coding for this in c# and .NET . any one please help me.It is very urgent to me Advance thanks. my email id:manojkumarchallagundla@gmail.com
Explain Singleton design pattern of Remoting?
What are static assemblies and dynamic assemblies?
What does manifest consists?
Define remotable objects in .net remoting?
Explain serialization formatters in .net remoting
Explain threading types?