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


Please Help Members By Posting Answers For Below Questions

How do you directly call a native function exported from a DLL?

6639


What are the security features in .net remoting?

535


What are the channels in .net remoting?

525


What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?

505


Define singlecall activation mode in .net remoting?

514






Explain the differences between marshal by value and marshal by reference?

577


What are the ways to configure remoting objects before client can use them?

592


Can you pass SOAP messages through remoting?

561


What are the advantage of remoting over web services?

491


Explain the hierarchial description of remoting?

528


What does manifest consists?

536


What are dynamic assemblies?

562


what is Client-activated object in remoting?

576


What are the information required to configure remote objects?

515


What is Remoting?

633