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, 2474👍, 0💬
Popular Posts:
If we have the following in a Java code: String s="abc"; String s2="abc"; Then what will be output o...
What is the quickest sorting method to use? The answer depends on what you mean by quickest. For mos...
How To Enter Binary Numbers in SQL Statements? - MySQL FAQs - Introduction to SQL Basics If you want...
Can JavaScript steal text from your clipboard? It is true, text you last copied for pasting (copy &a...
How To List All Values of Submitted Fields? - PHP Script Tips - Processing Web Forms If you want lis...