1.

How Can You Tell The Application To Look For Assemblies At The Locations Other Than Its Own Install?

Answer»

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.

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.



Discussion

No Comment Found