Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
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 install?
✍: 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.
2014-12-17, 2046👍, 0💬
Popular Posts:
How To Control Horizontal Alignment? - XHTML 1.0 Tutorials - Understanding Tables and Table Cells By...
How do I install JUnit? First I will download the lastest version of JUnit. Then I will extract all ...
How To Enter Characters as HEX Numbers? - MySQL FAQs - Introduction to SQL Basics If you want to ent...
What is more advisable to create a thread, by implementing a Runnable interface or by extending Thre...
What does XmlValidatingReader class do? XmlTextReader class does not validate the contents of an XML...