How do assemblies find each other?
Answers were Sorted based on User's Feedback
Answer / swapna
By searching directory paths. There are several factors
which can affect the path (such as the AppDomain host, and
application configuration files), but for private
assemblies the search path is normally the application's
directory and its sub-directories.
For shared assemblies, the search path is normally same as
the private assembly path plus the shared assembly cache.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / sid
By default private assemblies looking into bin directory.
But you can define in web.config file.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the use of view model in asp.net mvc?
What are the components of the .net framework.
what are abstract classes? what is overriding?
If you change something in web.config file.Do u need to compile again?
5 Answers Broadridge, SMNetserv,
How the color of selected menu item will be changed in asp.net menu item?
In Server how to check whether model has error or not in ASP.Net MVC
How to ensure the credentials for WebService using Windows authentication
Which is the base class for .net Class library?
Explain the advantages of dependency injection (di) in asp.net mvc?
What is Jit compilers?.how many are available in clr
what is the three pillar of .Net ?
What are sections?