How can you tell the application to look for assemblies at
the locations other than its own install?



How can you tell the application to look for assemblies at the locations other than its own instal..

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

Post New Answer

More Dot Net Remoting Interview Questions

Explain how to directly call a native function exported from a dll?

0 Answers  


How can objects in two diff. App Doimains communicate with each other ?

1 Answers  


Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs?

2 Answers  


Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs? In what way it is best?

2 Answers  


What do you know about .NET assemblies?

2 Answers  






What do mean by remotable objects in .net remoting?

0 Answers  


Define the lease of the object?

0 Answers  


What is the proxy of the server object in .net remoting?

0 Answers  


Can you pass SOAP messages through remoting?

0 Answers  


What does manifest consists?

0 Answers  


What is strong name and what is the need of it ?

1 Answers   Digital GlobalSoft,


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

0 Answers   Excel,


Categories